Control Plane Groups
Get Control Plane Group Status
Returns the status of a control plane group, including existing conflicts.
get/v2/control-planes/{controlPlaneId}/group-status
Response
Status of a control plane group, including existing conflicts.
Example response
{
"item": {
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"conflicts": [
{
"cluster_id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"description": "conflicting entity found: ID=38d790ad-8b08-4ff5-a074-2e1e9e64d8bd, Name=foo",
"resource": {
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"type": "service"
}
}
],
"state": "CONFLICT"
}
}