monitorCreateSentinelBundleTaskResponse
monitorCreateSentinelBundleTaskResponse
JSON Example
{
"fileName": "string",
"bundleCreationTimestamp": 0,
"bundleExpiryTimestamp": 0,
"state": "string",
"errors": [
{
"code": "string",
"message": "string"
}
]
}
string
fileName
Optional
Sentinel bundle can be downloaded from /hybridity/api/sentinelBundles/{fileName}.
integer As int64
As int64
bundleCreationTimestamp
Optional
Timestamp when the sentinel bundle got created.
integer As int64
As int64
bundleExpiryTimestamp
Optional
Timestamp when the sentinel bundle will get expired. It won't be available for download after that.
string
state
Optional
state
Possible values are :
RUNNING,
COMPLETED,
FAILED,
EXPIRED,