Getting domain status
Use a GET request to retrieve the real-time status of a CDI-PC domain.
GET request
Use the following GET request to check if a domain is registered and is online:
GET /public/api/v1/domains/{ldoId}
The following table describes the path parameter component:
Attribute | Type | Description |
|---|
ldoId | String | Unique identifier assigned to a Logical Domain Object within an organization. Replace ldoId with the actual ID of the domain you want to reconcile. |
Responses
The API returns a JSON object with the following boolean fields that describe the domain's current state:
- •isRegistered. Confirms if the domain is successfully registered.
- •isOnline. Shows if the domain is currently online and accessible.
- •isObsolete. Indicates if the domain is marked as obsolete.