GetScheduledReport
Retrieves the configuration and metadata of a specified scheduled report.
Request Syntax
{
"arn": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- arn
-
The ARN of the scheduled report to retrieve.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[-a-z0-9]*:bcm-dashboards::[0-9]{12}:scheduled-report/(\*|[-a-z0-9]+)Required: Yes
Response Syntax
{
"scheduledReport": {
"arn": "string",
"createdAt": number,
"dashboardArn": "string",
"description": "string",
"healthStatus": {
"lastRefreshedAt": number,
"statusCode": "string",
"statusReasons": [ "string" ]
},
"lastExecutionAt": number,
"name": "string",
"scheduleConfig": {
"scheduleExpression": "string",
"scheduleExpressionTimeZone": "string",
"schedulePeriod": {
"endTime": number,
"startTime": number
},
"state": "string"
},
"scheduledReportExecutionRoleArn": "string",
"updatedAt": number,
"widgetDateRangeOverride": {
"endTime": {
"type": "string",
"value": "string"
},
"startTime": {
"type": "string",
"value": "string"
}
},
"widgetIds": [ "string" ]
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- scheduledReport
-
The scheduled report configuration and metadata.
Type: ScheduledReport object
Errors
For information about the errors that are common to all actions, see Common Error Types.
- AccessDeniedException
-
You do not have sufficient permissions to perform this action. Verify your IAM permissions and any resource policies.
HTTP Status Code: 400
- InternalServerException
-
An internal error occurred while processing the request. Retry your request. If the problem persists, contact AWS Support.
HTTP Status Code: 500
- ResourceNotFoundException
-
The specified resource (dashboard, policy, or widget) was not found. Verify the ARN and try again.
HTTP Status Code: 400
- ThrottlingException
-
The request was denied due to request throttling. Reduce the frequency of requests and use exponential backoff.
HTTP Status Code: 400
- ValidationException
-
The input parameters do not satisfy the requirements. Check the error message for specific validation details.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: