Get Hybridity

Get Hybridity
Request
URI
GET
https://{api_host}/hybridity/api/jobs/{jobid}
COPY
Path Parameters
string
jobid
Required

jobid


Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

Returns InlineHybridityApiJobsJobid200Response of type(s) application/json
{
    "jobId": "string",
    "enterprise": "string",
    "organization": "string",
    "username": "string",
    "isQueued": false,
    "isCancelled": false,
    "isRolledBack": false,
    "createTimeEpoch": 0,
    "absoluteExpireTimeEpoch": 0,
    "startTime": 0,
    "endTime": 0,
    "percentComplete": 0,
    "isDone": false,
    "didFail": false,
    "timeToExecute": 0
}
string
jobId
Optional

jobId

string
enterprise
Optional

enterprise

string
organization
Optional

organization

string
username
Optional

username

boolean
isQueued
Optional

isQueued

boolean
isCancelled
Optional

isCancelled

boolean
isRolledBack
Optional

isRolledBack

integer
createTimeEpoch
Optional

createTimeEpoch

integer
absoluteExpireTimeEpoch
Optional

absoluteExpireTimeEpoch

integer
startTime
Optional

startTime

integer
endTime
Optional

endTime

integer
percentComplete
Optional

percentComplete

boolean
isDone
Optional

isDone

boolean
didFail
Optional

didFail

integer
timeToExecute
Optional

timeToExecute


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure