UNPKG

@itentialopensource/adapter-cisco_tetration

Version:

This adapter integrates with system: sample.

294 lines 7.86 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/openapi/v1/applications": { "get": { "tags": [ "Applications" ], "operationId": "listApplications", "description": "The parameters and request body are for method: listApplications. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "post": { "tags": [ "Applications" ], "operationId": "createAnApplicationCopy", "description": "The parameters and request body are for method: createAnApplicationCopy. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/openapi/v1/conversations/6086b98f497d4f07257a13e9": { "post": { "tags": [ "Applications" ], "operationId": "listApplicationsCopy", "description": "The parameters and request body are for method: listApplicationsCopy. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/openapi/v1/applications/:application_id": { "get": { "tags": [ "Applications" ], "operationId": "retrieveASingleApplication", "description": "The parameters and request body are for method: retrieveASingleApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "Applications" ], "operationId": "deleteAnApplication", "description": "The parameters and request body are for method: deleteAnApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Applications" ], "operationId": "updateAnApplication", "description": "The parameters and request body are for method: updateAnApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/openapi/v1/applications/:application_id/details": { "get": { "tags": [ "Applications" ], "operationId": "retrieveApplicationDetails", "description": "The parameters and request body are for method: retrieveApplicationDetails. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/openapi/v1/applications/:application_id/versions": { "get": { "tags": [ "Applications" ], "operationId": "listApplicationVersions", "description": "The parameters and request body are for method: listApplicationVersions. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/openapi/v1/applications/:application_id/versions/:version": { "delete": { "tags": [ "Applications" ], "operationId": "deleteAnApplicationVersion", "description": "The parameters and request body are for method: deleteAnApplicationVersion. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } } }, "components": { "schemas": {} } }