Queries the integration status of a cloud service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:GetIntegratedServiceStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceCode |
string |
Yes |
The identifier of the cloud service integrated with Cloud Config. Valid values:
Valid values:
|
cadt |
This API uses Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2E396C84-8D50-5F95-97FA-C0367181BA8A |
| Data |
boolean |
Indicates whether the cloud service is integrated. Valid values:
|
true |
| IntegratedTypes |
string |
The integrated event types. Separate multiple types with commas (,). Valid values:
|
NonCompliantNotification |
| AggregatorDeliveryDataType |
string |
The event type integrated across accounts. Valid values:
|
NonCompliantNotification |
Examples
Success response
JSON format
{
"RequestId": "2E396C84-8D50-5F95-97FA-C0367181BA8A",
"Data": true,
"IntegratedTypes": "NonCompliantNotification",
"AggregatorDeliveryDataType": "NonCompliantNotification"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission | You are not authorized to perform this operation. | |
| 404 | AccountNotExisted | Your account does not exist. | |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.