Endpoint | Method | Description |
---|---|---|
/udr/v1api/isoffline | GET | Returns the current online/offline status of the Docker Registry. |
Not Required.
Argument | Type | Description |
---|---|---|
(none) |
A JSON object is returned. If an error occurs, the "error" field will contain a descriptive error message (see Standard API Response).
Field | Type | Description |
---|---|---|
data | Boolean | Contains true if the Docker Registry is offline, false otherwise. |
curl https://registry.yoursite.com/udr/v1api/isoffline Response: {"error":null,"data":false}
Last Updated 08/17/2020 - (email)
RegistryUI.com © 2023 - Softel vdm, Inc.