ProviderTemplateResponseDTO
ProviderTemplateResponseDTO
JSON Example
{
"logicalBuildId": "string",
"serviceType": "string",
"version": "string",
"deployedInstances": 0,
"status": "string",
"systemDefaults": {
"cpu": {
"min": 0,
"max": 0,
"defaultCPU": 0
},
"memory": {
"min": 0,
"max": 0,
"defaultMemory": 0,
"unit": "string"
},
"disk": {
"min": 0,
"max": 0,
"defaultDisk": 0,
"unit": "string"
}
},
"dbOptions": [
{
"key": "string",
"value": "string",
"type": "string",
"url": "string"
}
]
}
string As uuid
As uuid
logicalBuildId
Optional
logicalBuildId
string
serviceType
Optional
serviceType
string
version
Optional
version
integer As int64
As int64
deployedInstances
Optional
deployedInstances
string
status
Optional
status
Possible values are :
PUBLISHED,
UNPUBLISHED,
RETIRED,
REQUESTED,
INPROGRESS,
FAILED,
AVAILABLE,
NOT_AVAILABLE,