Queries the number of third-party cloud resources on which you deployed certificates by using a multi-cloud deployment task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:DescribeCloudResourceStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SecretId |
string |
No |
The AccessKey secret used to access cloud resources. Note
You can call the ListCloudAccess operation to obtain the ID. |
AKID9AHG6iCZlncN7yPmOsQ1X****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse<List>. |
||
| Data |
array<object> |
The response parameters. |
|
|
object |
|||
| CloudName |
string |
The cloud service provider. |
aliyun |
| CloudProduct |
string |
The cloud service. |
OSS |
| TotalCount |
integer |
The total number of cloud resources on which certificates are deployed. |
2 |
| RequestId |
string |
The request ID. |
09470F19-CEE8-5C63-BF2C-02B5E3F07A17 |
Examples
Success response
JSON format
{
"Data": [
{
"CloudName": "aliyun",
"CloudProduct": "OSS",
"TotalCount": 2
}
],
"RequestId": "09470F19-CEE8-5C63-BF2C-02B5E3F07A17"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.