dnssecJobResponse
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
id | integer | yes | - |
action | string | yes | - |
mode | string | yes | - |
status | string | yes | Job lifecycle status such as PENDING, RUNNING, WAITING, OK, ERROR, or CANCELLED. |
source | string | yes | - |
registry_name | string | no | - |
registry_reference | string | no | - |
error_code | string | no | - |
error_text | string | no | - |
ts_created | integer | yes | - |
ts_updated | integer | yes | - |
ts_started | integer | no | - |
ts_finished | integer | no | - |
Example
Section titled “Example”{ "id": 0, "action": "string", "mode": "string", "status": "string", "source": "string", "registry_name": "string", "registry_reference": "string", "error_code": "string", "error_text": "string", "ts_created": 0, "ts_updated": 0, "ts_started": 0, "ts_finished": 0}