Download OpenAPI specification:Download
Provides a healthcheck to verify that the NBI component is running as expected as a standalone application or that the NBI can communicate with other onap modules that it needs.
{
"name": "nbi",
"status": "ok",
"version": "v3"
}
?fullStatus=true
{
"name": "nbi",
"status": "ok",
"version": "v3",
"components": [
{
"name": "sdc connectivity",
"status": "ko"
},
{
"name": "so connectivity",
"status": "ok"
},
{
"name": "aai connectivity",
"status": "ok"
},
{
"name": "dmaap connectivity",
"status": "ok"
}
]
}
fullStatus | boolean Default: false |
Ok
{- "name": "nbi",
- "status": "ok",
- "version": "string",
- "components": [
- {
- "name": "sdc connectivity",
- "status": "ok"
}
]
}