Queries the services integrated with CloudConfig and their statuses.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:ListIntegratedService |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
86DB52A5-0C25-505A-96D5-9BAE1EFA00B9 |
| Data |
array<object> |
The information about the integrated services. |
|
|
object |
The information about the integrated services. |
||
| ServiceName |
string |
The name of the integrated service. |
云监控 |
| ServiceCode |
string |
The identifier of the integrable Alibaba Cloud service. Valid values:
|
cms |
| Status |
boolean |
The integration status of the Alibaba Cloud service. Valid values:
|
true |
| IntegratedTypes |
string |
The event types for the integration. Separate multiple types with commas (,). Supported event types:
|
NonCompliantNotification |
| AggregatorDeliveryDataType |
string |
The event type for cross-account integration. Supported event types:
|
NonCompliantNotification |
Examples
Success response
JSON format
{
"RequestId": "86DB52A5-0C25-505A-96D5-9BAE1EFA00B9",
"Data": [
{
"ServiceName": "云监控",
"ServiceCode": "cms",
"Status": true,
"IntegratedTypes": "NonCompliantNotification",
"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.