blob: a778c1d7b283080492762d7933a88cbac191da5d [file] [log] [blame]
{
"swagger" : "2.0",
"info" : {
"description" : "REST API specification xAPP Framework",
"version" : "0.0.1",
"title" : "RIC xAPP Framework",
"license" : {
"name" : "",
"url" : "http://www.nokia.com"
}
},
"host" : "xapp-service",
"basePath" : "/ric/v1",
"schemes" : [
"https",
"http"
],
"paths" : {
"/health/alive" : {
"get" : {
"summary" : "Health check of xAPP - Liveness probe",
"operationId" : "getHealthAlive",
"responses" : {
"200" : {
"description" : "Status of xApp is ok"
}
}
}
},
"/health/ready" : {
"get" : {
"summary" : "Health check of xAPP - Readiness probe",
"operationId" : "getHealthReady",
"responses" : {
"200" : {
"description" : "Status of xApp is ok"
}
}
}
}
}
}