All Products
Search
Document Center

Enterprise Distributed Application Service:ListServiceGroups

Last Updated:Jan 08, 2024

Queries the service groups of a High-Speed Service Framework (HSF) application.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /pop/v5/service/serviceGroups

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

No request parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The message that is returned.

success
RequestIdstring

The ID of the request.

a5281053-08e4-47a5-b2ab-5c0323de7b5a
ServiceGroupsListobject []

The information about service groups.

GroupIdstring

The ID of the service group.

789d9cda-74b1-****-****-05e21a0a7661
GroupNamestring

The name of the service group.

edas-test-group
CreateTimestring

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.

1575357165770

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "a5281053-08e4-47a5-b2ab-5c0323de7b5a",
  "ServiceGroupsList": {
    "ListServiceGroups": [
      {
        "GroupId": "789d9cda-74b1-****-****-05e21a0a7661",
        "GroupName": "edas-test-group",
        "CreateTime": "1575357165770"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.