Represents JOB entity. The job API accepts a command and parameters and executes the job and returns the results. Jobs API are typically used for long running tasks.
assocEntityType |
command |
creationDate |
embeddedMetadata |
entityScope |
externalID |
lastUpdatedBy |
lastUpdatedDate |
owner |
parameters |
progress |
result |
status |
This object has no members.
Entity with which this job is associated Refer to API section for supported types.
Format: free
SDK attribute: assocEntityType
Name of the command.
Allowed values: APPLICATION_SIGNATURE_IMPORT, APPLY_POLICY_CHANGES, ASSIGN_SELF_REBOOTSTRAP_REQ, BATCH_CRUD_REQUEST, BEGIN_POLICY_CHANGES, CERTIFICATE_NSG_RENEW, CERTIFICATE_NSG_REVOKE, CLEAR_IPSEC_DATA, CLEAR_MAC_MOVE_ALARMS, CLOUD_FORCE_CONFIG, CLOUD_SYNC, DEPLOY, DISCARD_POLICY_CHANGES, EXPORT, FORCE_KEYSERVER_UPDATE, FORCE_KEYSERVER_UPDATE_ACK, FORCE_KEYSERVER_VSD_RESYNC, GATEWAY_AUDIT, GET_ZFB_INFO, IMPORT, KEYSERVER_NOTIFICATION_TEST, NETCONF_FORCE_DEPLOY, NETCONF_SYNC, NOTIFY_NSG_REGISTRATION, NOTIFY_NSG_REGISTRATION_ACK, NOTIFY_NSG_REGISTRATION_TEST, NSG_LIFT_QUARANTINE, NSG_MIGRATION, NSG_NOTIFICATION_TEST, NSG_QUARANTINE, NSG_REGISTRATION_INFO, NSG_VALIDATE_CONFIGURATION, PUBSUBNODE_AUDIT, RECOVER_NSG, REDEPLOY, REJECT_ZFB_REQUEST, RELOAD, RELOAD_GEO_REDUNDANT_INFO, RELOAD_NSG_CONFIG, RESTART, RETRIEVE_ACTIVE_NSGS, SAAS_APPLICATION_TYPE, START, STATUS, STOP, SYNC, UNDEPLOY, VCENTER_ADD_COMPUTERESOURCE_INSCOPE, VCENTER_DELETE_AGENCY, VCENTER_MARK_AGENT_VM_AVAILABLE, VCENTER_RECONNECT, VCENTER_RELOAD, VCENTER_REMOVE_COMPUTERESOURCE_INSCOPE, VCENTER_SCRIPT_UPGRADE_VRS, VCENTER_SYNC, VCENTER_UPGRADE_VRS
SDK attribute: command
Time stamp when this object was created.
SDK attribute: creationDate
Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
SDK attribute: embeddedMetadata
Specify if scope of entity is Data center or Enterprise level
Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope
External object ID. Used for integration with third party systems
Format: free
SDK attribute: externalID
ID of the user who last updated the object.
Format: free
SDK attribute: lastUpdatedBy
Time stamp when this object was last updated.
SDK attribute: lastUpdatedDate
Identifies the user that has created this object.
Format: free
SDK attribute: owner
Additional arguments required for the specific command. Differs based on types of command.
Format: free
SDK attribute: parameters
Indicates the progress of the job as a faction. eg : 0.5 means 50% done.
SDK attribute: progress
Results from the execution of the job
Format: free
SDK attribute: result
Current status of the job. Possible values are RUNNING, FAILED, SUCCESS, .
Allowed values: FAILED, RUNNING, SUCCESS
SDK attribute: status