Queries the service groups of an HSF application.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ListServiceGroups |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v5/service/serviceGroups HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
No request parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
The response message. |
success |
| RequestId |
string |
The request ID. |
a5281053-08e4-47a5-b2ab-5c0323de7b5a |
| ServiceGroupsList |
object |
||
| ListServiceGroups |
array<object> |
The service group information. |
|
|
object |
|||
| GroupId |
string |
The service group ID. |
789d9cda-74b1-****-****-05e21a0a7661 |
| GroupName |
string |
The service group name. |
edas-test-group |
| CreateTime |
string |
The creation time of the service group, as a UNIX timestamp in milliseconds. |
1575357165770 |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "a5281053-08e4-47a5-b2ab-5c0323de7b5a",
"ServiceGroupsList": {
"ListServiceGroups": [
{
"GroupId": "789d9cda-74b1-****-****-05e21a0a7661",
"GroupName": "edas-test-group",
"CreateTime": "1575357165770"
}
]
}
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.