pmJobReport-2

pmJobReport-2
pmJobReport-2
JSON Example
{
    "reportId": "string",
    "objectId": "string",
    "objectType": "string",
    "reportName": "string",
    "link": "string",
    "creationTime": 0,
    "expirationTime": 0,
    "fileSize": "number",
    "status": "string",
    "errorMessage": "string",
    "warnings": [
        {
            "message": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
string
reportId
Optional

reportId

string
objectId
Optional

objectId

string
objectType
Optional

objectType

string
reportName
Optional

reportName

string
link
Optional

link

integer As int64 As int64
creationTime
Optional

creationTime

integer As int64 As int64
expirationTime
Optional

expirationTime

number
fileSize
Optional

fileSize

string
status
Optional

status

Possible values are : PENDING, FAILED, AVAILABLE, EXPIRED,
string
errorMessage
Optional

errorMessage

array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors

Property Of