Export

Details of an export job.

JSON representation
{
  "self": string,
  "name": string,
  "description": string,
  "datastoreName": string,
  "created": string,
  "updated": string,
  "executionTime": string,
  "state": string,
  "error": string
}
Fields
name

string

Display name of the export job.

description

string

Description of the export job.

datastoreName

string

Name of the datastore that is the destination of the export job [datastore]

created

string

Output only. Time the export job was created.

updated

string

Output only. Time the export job was last updated.

executionTime

string

Output only. Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated - created), in seconds.

state

string

Output only. Status of the export job. Valid values include enqueued, running, completed, and failed.

error

string

Output only. Error is set when export fails