Skip to main content

Get the service group by id

GET 

/service-groups/:id

Get an existing service group.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the service group

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the service group

    members string[]required

    Possible values: <= 63 characters

    tag string[]

    Possible values: <= 64

    Tags associated with the service group

Loading...