Get a group by ID

get/compute-ops/v1beta2/groups/{group-id}

Get a specific group by group id.

SecurityBearer
Request
path Parameters
group-id
required
string <uuid>
Responses
200

Successful Response

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "type": "compute-ops/group",
  • "resourceUri": "/compute-ops/v1beta2/groups/0e7f516c-0829-4135-83d6-09ce844ddd9d",
  • "name": "Production Group",
  • "generation": 1,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "description": "All prod servers",
  • "autoFwUpdateOnAdd": true,
  • "groupComplianceStatus": "COMPLIANT",
  • "serverSettingsUris": [
    ],
  • "platformFamily": "ANY",
  • "devicesUri": "/compute-ops/v1beta2/groups/6081a383-b9e5-45e3-8371-1e0ba7b72068/devices",
  • "devices": [ ],
  • "serverPolicies": {
    },
  • "autoAddServerTags": {
    },
  • "groupMeta": {
    }
}