This schema for the report schedule resource contains the following elements.
Click this link to view the XSD file.
Name |
Type |
Description |
---|---|---|
ReportSchedule |
Represents the report schedule type. |
Name |
Data Type |
Description |
---|---|---|
MetaData |
Represents the meta data for the report schedule. |
|
ScheduleDetail |
Represents the time and frequency details for generating the report. |
|
Represents the information regarding the recipients of the report as email. |
||
ScheduleStatus |
Represents the information about the time when the report schedule is run. |
Includes the elements of ResourceType.
Name |
Data Type |
Description |
---|---|---|
ReportType |
xs:string |
Type of report. The valid report types are COST_REPORT, COST_COMPARISON_REPORT and UTILIZATION_REPORT. |
CreatedOn |
xs:long |
The time (in milliseconds; from January 1, 1970 GMT 00:00) when the report schedule is created. |
ModifiedOn |
xs:long |
The time (in milliseconds; from January 1, 1970 GMT 00:00) when the report schedule was last modified. Modifications will be available only in the contents of the Configuration section of the response XML. |
CreatedBy |
xs:int |
ID of the user, who has created this report schedule. |
CreatedByName |
Name of the user, who has created this report schedule. |
|
ModifiedBy |
xs:int |
ID of the user, who last modified this report schedule. |
ModifiedByName |
Name of the user who last modified the report schedule. |
|
OwnedBy |
xs:int |
ID of the user for whom the report schedule is generated. |
OwnedByName |
Name of the user for whom the report schedule is generated. |
|
Currency |
ID of the currency used in the report schedule. |
|
Hierarchies |
Hierarchies for which the report schedule is generated. |
|
CostModels |
Cost models for which the report schedule is generated. |
|
ComputingResources |
Computing resource for which the report schedule is generated. |
|
ReportPeriodType |
Represents the duration for which the report schedule needs to be generated. Valid values are CUSTOM, DAILY, HALFYEARLY, MONTHLY, QUARTERLY, WEEKLY, YEARLY. If the value is HALFYEARLY, then the duration is implied as previous half of the year. If the value is QUARTERLY, then the duration is always the previous quarter. |
|
ReportPeriod |
Duration for which the report schedule is to be generated. |