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. |
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 |
run_at | string | Time and Date when the scheduler will run. |
run_on | string | Node on which the scheduler will run. |
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. |