All Products
Search
Document Center

Enterprise Distributed Application Service:InsertServiceGroup

Last Updated:Jan 08, 2024

Creates a service group.

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

POST /pop/v5/service/serviceGroups

Request parameters

ParameterTypeRequiredDescriptionExample
GroupNamestringYes

The name of the service group that you want to create.

edas-test-group

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.

ECD1D6FC-4307-4583-BA6F-215F3857EAF4

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "ECD1D6FC-4307-4583-BA6F-215F3857EAF4"
}

Error codes

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