FeatureHealthResponse
FeatureHealthResponse
JSON Example
{
"status": "string",
"migration_in_progress": false,
"features": [
{
"name": "string",
"status": "string",
"services": [
{
"name": "string",
"status": "string",
"components": [
{
"name": "string",
"status": "string",
"readyReplica": 0,
"totalReplica": 0,
"reason": "string"
}
],
"prefixes": [
"string"
]
}
]
}
]
}
string
status
Required
Health status of the overall cloud native platform and application platform.
Possible values are : UP, PARTIALLY_UP, DOWN,
boolean
migration_in_progress
Optional
True when the NAPP to SSP migration is in progress.