Queries the service groups of a High-Speed Service Framework (HSF) application.
Debugging
Request headers
This operation uses only the common request header. For more information, see Common request parameters.
Request syntax
GET /pop/v5/service/serviceGroups HTTP/1.1
Request parameters
No request parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
The HTTP status code. |
Message | String | success |
The returned message. |
RequestId | String | a5281053-08e4-47a5-b2ab-5c0323de7b5a |
The ID of the request. |
ServiceGroupsList | Array of ListServiceGroups |
The service groups. |
|
ListServiceGroups | |||
CreateTime | String | 1575357165770 |
The time when the service group was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. |
GroupId | String | 789d9cda-74b1-****-****-05e21a0a7661 |
The ID of the service group. |
GroupName | String | edas-test-group |
The name of the service group. |
Examples
Sample requests
GET /pop/v5/service/serviceGroups HTTP/1.1
Common request header
Sample success responses
XML
format
<ServiceGroupsList>
<ListServiceGroups>
<GroupName>edas-test-group</GroupName>
<CreateTime>1575357165770</CreateTime>
<GroupId>789d9cda-74b1-****-****-05e21a0a7661</GroupId>
</ListServiceGroups>
</ServiceGroupsList>
<Message>success</Message>
<Code>200</Code>
JSON
format
{
"ServiceGroupsList": {
"ListServiceGroups": [
{
"GroupName": "edas-test-group",
"CreateTime": 1575357165770,
"GroupId": "789d9cda-74b1-****-****-05e21a0a7661"
}
]
},
"Message": "success",
"Code": 200
}
Error codes
For a list of error codes, visit the API Error Center.