Queries a list of network resources of a serverless resource group.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceGroupId | string | Yes | Unique identifier of a Serverless resource group | Serverless_res_group_524257424564736_6831777003XXXXX |
PageSize | integer | No | The number of entries per page. | 10 |
PageNumber | integer | No | The page number. | 1 |
SortBy | string | No | The fields used for sorting. Fields such as TriggerTime and StartedTime are supported. The value of this parameter is in the Sort field + Sort by (Desc/Asc) format. By default, results are sorted in ascending order. Valid values:
Default value: CreateTime Asc. | CreateTime Asc |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"PagingInfo": {
"NetworkList": [
{
"Id": 1000,
"ResourceGroupId": "Serverless_res_group_524257424564736_6831777003XXXXX",
"VpcId": "vpc-m2et4f3oc8msfbccXXXXX",
"VswitchId": "vsw-uf8usrhs7hjd9amsXXXXX",
"SecurityGroupId": "sg-2ze13vamugr7jenXXXXX",
"Status": "Running",
"CreateUser": "11075500042XXXXX",
"CreateTime": 1727055811000
}
],
"PageNumber": 1,
"PageSize": 100,
"TotalCount": 100
},
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2025-01-02 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |