GET /v1/groups/<id>
Retrieve a specific node group.
Request format
When Forming node classifier API requests to this endpoint, the URI path must contain a node group ID. For example:
GET https://localhost:4433/classifier-api/v1/groups/085e2797-32f3-4920-9412-8e9decf4ef65
Response format
The successful response is the same as the GET /v1/groups endpoint, except that the response describes only a single node group, rather than all node groups.
Error responses
If there is an error, Node classifier API errors provide error information in the
kind
key.
If the endpoint can't find a node group with the specified ID, the server returns a
404 Not Found or malformed-UUID
response.