InstallationsErrorResponse
InstallationsErrorResponse
JSON Example
{
"errors": [
"string"
],
"warnings": [
"string"
],
"deployment_errors": {
"products": [
{
"identifier": "string",
"complete": false,
"network": {
"assigned": false
},
"availability_zone": {
"assigned": false
},
"stemcells": [
{
"assigned": false,
"required_stemcell_version": "string",
"required_stemcell_os": "string"
}
],
"properties": [
{
"name": "string",
"type": "string",
"errors": [
"string"
],
"records": [
{
"index": "number",
"errors": [
{
"name": "string",
"type": "string",
"errors": [
"string"
]
}
]
}
]
}
],
"resources": {
"jobs": [
{
"identifier": "string",
"guid": "string",
"error": [
"string"
]
}
]
},
"verifiers": [
{
"type": "string",
"ignorable": false,
"errors": [
"string"
]
}
]
}
]
}
}
array of
string
errors
Required
errors
array of
string
warnings
Optional
warnings
deployment_errors
Optional
deployment_errors