UNPKG

@itentialopensource/adapter-apic

Version:

Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.

138 lines 3.53 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/mo/uni/{pathv1}": { "post": { "tags": [ "poc_apic" ], "operationId": "createTenant", "description": "The parameters and request body are for method: createTenant. Same endpoint also used in methods:<br> createBridgeDomain (tenantName : string,attributes : object)<br> createApplicationProfile (tenantName : string,attributes : object)", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "poc_apic" ], "operationId": "deleteTenant", "description": "The parameters and request body are for method: deleteTenant. 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": {} } } } } }, "/mo/uni/{pathv1}/{pathv2}": { "post": { "tags": [ "poc_apic" ], "operationId": "createEPG", "description": "The parameters and request body are for method: createEPG. 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": {} } } } } }, "/mo/uni/{pathv1}/{pathv2}/{pathv3}": { "post": { "tags": [ "poc_apic" ], "operationId": "assignPort", "description": "The parameters and request body are for method: assignPort. 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": {} } }