Response Parameters
This section lists the Scheduler APIs response parameters with their description.
This list is by no means exhaustive.
| Parameter | Type | Description | 
|---|---|---|
| id | string | ID of the resource. | 
| uri | string | A human readable unique identifier of the resource | 
| devAccount | string | Ihe developer account which owns this resource's application. | 
| createdAt | array of strings | Time and date when the key was created. | 
| name | string | Unique name for the scheduler configuration. | 
| updatedAt | array of strings | Time and date when the scheduler configuration was updated. | 
| description | string | Description of the scheduler configuration. | 
| operation | string | Type of the operation. Supported types are: • cckm_synchronization • cckm_key_rotation • cckm_xks_credential_rotation • database_backup | 
| run_at | string | Time and Date when the scheduler will run. | 
| disabled | boolean | Flag to disable job configuration. Set to trueto disable the job. | 
| job_config_params | JSON | Parameters required to configure the scheduler such as cloud name, key vault, KMS, and expire_in. | 
| job_id | string | ID of the job. | 
| job_config_id | string | ID of the scheduler configuration. | 
| status | string | Status of the job run. | 
| processing_node | string | Name or IP of the node on which the job is run. |