GET
/
v1
/
instances
/
{instance}
/
roles
/
{role}
{
  "name": "<string>",
  "connectionLimit": 123,
  "validUntil": "<string>",
  "attribute": "<string>"
}

Path Parameters

instance
string
required

The instance id.

role
string
required

The role id.

Response

200
application/json

OK

InstanceRole is the API message for instance role.