Skip to main content

Get an application group

GET 

/application-groups/:id

Get an existing application 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 string

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    members string[]required

    Possible values: <= 63 characters

Loading...