Job
Properties
Name | Type | Description | Notes |
id | String | The job ID, auto-generated at creation | [optional] [default to null] |
log | List | A collection of JobLogsEntry. See https://docs.nbold.co/api/latest/reference/Models/JobLogs (opens new window) for more information. | [optional] [default to null] |
type | String | The job type (for instance `ProvisioningRequest`) | [optional] [default to null] |
status | String | The job current status | [optional] [default to null] |
progress | Integer | The job current progress | [optional] [default to null] |
data | Object | The job data (for instance a `ProvisioningRequest` object) | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]