API Description | API Path |
---|---|
List domains for infraPaginated list of all domains for infra. |
GET /global-manager/api/v1/global-infra/domains
|
Delete Domain and all the entities contained by this domainDelete the domain along with all the entities contained by this domain. The groups that are a part of this domain are also deleted along with the domain. |
DELETE /global-manager/api/v1/global-infra/domains/<domain-id>
|
Read domainRead a domain. |
GET /global-manager/api/v1/global-infra/domains/<domain-id>
|
Patch a domainIf a domain with the domain-id is not already present, create a new domain. If it already exists, patch the domain |
PATCH /global-manager/api/v1/global-infra/domains/<domain-id>
|
Create or update a domainIf a domain with the domain-id is not already present, create a new domain. If it already exists, update the domain including the nested groups. This is a full replace |
PUT /global-manager/api/v1/global-infra/domains/<domain-id>
|