DescribeResourcesByGroup
1. API Description
This API is used to query information on resources under a certain resource group.
2. Input Parameters
The following request parameter list only provides API request parameters.
pageNum
No
Integer
Number of pages returned.
Default value: 1
pageSize
No
Integer
Number of items in the current page result.
Default value: 20
resourceGroupId
Yes
String
Resource group ID.
resourceType
No
String
Resource type. You can obtain resourceType
from the output parameter of DescribeResourceTypes
.
updateTimeSort
No
String
Sorting methods of updated time.
ascend
descend
Default value: descend
.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
pageNum
Integer
Page number.
pageSize
Integer
Number of items in the current page result.
total
Integer
Number of resources meeting the filtering conditions.
4. Code Example
Query information on resources under resource group.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
404
INVALID_RESOURCE_GROUP_ID
Resource group does not exist.
Last updated