ScriptDetailsResponse object
Example JSON representation
{
"data": {
"added": "2013-01-01T12:34:56.789Z",
"blockingDefault": true,
"deprecated": true,
"description": "string",
"id": 1,
"lastChanged": "2013-01-01T12:34:56.789Z",
"name": "string",
"osType": "linux",
"requireAdminPrivileges": true,
"scope": "scalr",
"tags": [
"string"
],
"timeoutDefault": 1,
"variables": [
{
"category": "string",
"description": "string",
"hidden": true,
"locked": true,
"name": "string",
"required": true,
"type": "ScriptVariable",
"value": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string"
}
],
"meta": {
"sample": "string"
},
"warnings": [
{
"code": "string",
"message": "string"
}
]
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
data Script object |
read-only |
|||
errors Array of ApiMessage objects |
read-only |
|||
meta ApiMetaContainer object |
read-only |
|||
warnings Array of ApiMessage objects |
read-only |