ExportConfigJobHistory
Description
An object that represents an export config task. This conveys information about a scheduled, in-progress, or completed export config task. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | ||
---|---|---|---|---|---|
version | False | string | A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected. | ||
jobName | False | string | A config file export task name for the immediate scheduler task. The default name is Export Config. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
jobDescription | False | string | A String representing the description about the current Export Config job, by default it is null Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
user | False | string | A string that is the name of the user who started the Export Config file process. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
startDateTime | False | string | A String representing the start time of the Export Config job Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
endDateTime | False | string | A String representing the end time of the Export Config job Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
status | False | string | An enum that represents the current job status, one of: SUCCESS, FAILED, IN PROGRESS. | ||
statusMessage | False | string | A descriptive String representing the current status of the current Export Config job Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
scheduleUuid | False | string | A String representing the identifier (UUID) of the original schedule that triggered the execution of a task and the creation of ths instance of a JobHistory. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
id | False | string | The UUID of the Export Config job. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |