Queries the machine configuration information for different client tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeClientConfStrategy |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tag |
string |
Yes |
The resource tag of the client to query. |
machineResource |
| TagValue |
string |
Yes |
The tag value of the asset. Valid values:
|
major |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries returned. |
100 |
| RequestId |
string |
The request ID. China Chinese Cloud generates a unique request ID for each API request. You can use the request ID to troubleshoot issues. |
5BD95679-D63A-4151-97D0-188432F**** |
| TargetList |
array<object> |
The returned list. |
|
|
object |
The returned list. |
||
| Uuid |
string |
The UUID generated by the Security Center client. |
2b1753a6-04d9-448e-ad17-7abdf19f**** |
Examples
Success response
JSON format
{
"TotalCount": 100,
"RequestId": "5BD95679-D63A-4151-97D0-188432F****",
"TargetList": [
{
"Uuid": "2b1753a6-04d9-448e-ad17-7abdf19f****"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.