Queries cloud services into which the Resource Directory feature is integrated.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListTrustedServiceStatus |
The operation that you want to perform. Set the value to ListTrustedServiceStatus. |
PageNumber | Integer | No | 1 |
The number of the page to return. Pages start from page 1. Default value: 1. |
PageSize | Integer | No | 10 |
The number of entries to return on each page. Valid values: 1 to 100. Default value: 10. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
EnabledServicePrincipals | Array |
The information of cloud services into which the Resource Directory feature is integrated. |
|
EnabledServicePrincipal | |||
EnableTime | String | 2019-02-18T15:32:10.473Z |
The time when the cloud service was activated. |
ServicePrincipal | String | config.aliyuncs.com |
The identifier of the cloud service into which the Resource Directory feature is integrated. |
PageNumber | Integer | 1 |
The page number of the returned page. |
PageSize | Integer | 10 |
The number of entries returned per page. |
RequestId | String | CD76D376-2517-4924-92C5-DBC52262F93A |
The ID of the request. |
TotalCount | Integer | 2 |
The total number of returned entries. |
Examples
Sample requests
https://resourcemanager.aliyuncs.com/?Action=ListTrustedServiceStatus
&<Common request parameters>
Sample success responses
XML
format
<ListTrustedServiceStatusResponse>
<EnabledServicePrincipal>
<ServicePrincipal>config.aliyuncs.com</ServicePrincipal>
<EnableTime>2019-02-18T15:32:10.473Z</EnableTime>
</EnabledServicePrincipal>
<EnabledServicePrincipal>
<ServicePrincipal>actiontrail.aliyuncs.com</ServicePrincipal>
<EnableTime>2019-02-16T15:32:10.473Z</EnableTime>
</EnabledServicePrincipal>
<RequestId>CD76D376-2517-4924-92C5-DBC52262F93A</RequestId>
</ListTrustedServiceStatusResponse>
JSON
format
{
"RequestId": "7B8A4E7D-6CFF-471D-84DF-195A7A241ECB",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 2,
"EnabledServicePrincipals": {
"EnabledServicePrincipal": [
{
"ServicePrincipal":"config.aliyuncs.com",
"EnableTime":"2019-02-18T15:32:10.473Z"
},
{
"ServicePrincipal":"actiontrail.aliyuncs.com",
"EnableTime":"2019-02-16T15:32:10.473Z"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | The error message returned because the Resource Directory feature is not enabled for the account. Enable the feature for the account. |
For a list of error codes, visit the API Error Center.