diff options
Diffstat (limited to 'docs/offeredapis/api_status/swagger.yaml')
-rw-r--r-- | docs/offeredapis/api_status/swagger.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/offeredapis/api_status/swagger.yaml b/docs/offeredapis/api_status/swagger.yaml index 7f74c26..6d21240 100644 --- a/docs/offeredapis/api_status/swagger.yaml +++ b/docs/offeredapis/api_status/swagger.yaml @@ -17,11 +17,20 @@ info: \ fine as a standalone application or can also communicate with other onap modules.\n\ \n" version: "4.0.1" - title: "API Status" + title: "Status API" + contact: + name: "ONAP" + url: "https://onap.readthedocs.io" + email: "onap-discuss@lists.onap.org" + license: + name: "Apache 2.0" + url: "http://www.apache.org/licenses/LICENSE-2.0" + x-planned-retirement-date: "205001" + x-component: "NBI" x-logo: url: "/redoc/logo.png" backgroundColor: "#FFFFFF" -host: "localhost:8080" +host: "serverRoot:30274" basePath: "/nbi/api/v4" schemes: - "http" @@ -37,7 +46,7 @@ paths: - "Status" produces: - "application/json;charset=utf-8" - operationId: "statusFind" + operationId: "status_Find" summary: "retrieve application status" description: "* Default\n\n```\n{\n \"name\": \"nbi\",\n \"status\": \"\ ok\",\n \"version\": \"v3\"\n}\n```\n\n* Optional\n\n```\n?fullStatus=true\n\ |