Queries the authorization status of an integrated cloud service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:DescribeIntegratedServiceStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceCode |
string |
Yes |
The code of the cloud service. |
cadt |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2E265A38-84D9-5083-A333-B33A2B46D139 |
| Data |
boolean |
The enabling status of the integrated service. |
false |
| AggregatorDeliveryDataType |
string |
The event type for cross-account integration. The supported event type is:
|
NonCompliantNotification |
Examples
Success response
JSON format
{
"RequestId": "2E265A38-84D9-5083-A333-B33A2B46D139",
"Data": false,
"AggregatorDeliveryDataType": "NonCompliantNotification"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | AccountNotExisted | Your account does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.