@itentialopensource/adapter-infoblox_netmri
Version:
This adapter integrates with system described as: Infoblox NetMRI
186 lines • 4.44 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/devices/show": {
"get": {
"tags": [
"Devices"
],
"operationId": "devicesShow",
"description": "The parameters and request body are for method: devicesShow. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "deviceID",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "methods",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "include",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/devices/index": {
"get": {
"tags": [
"Devices"
],
"operationId": "devicesIndex",
"description": "The parameters and request body are for method: devicesIndex. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "select",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/device_groups/index": {
"get": {
"tags": [
"DeviceGroups"
],
"operationId": "deviceGroupsIndex",
"description": "The parameters and request body are for method: deviceGroupsIndex. 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": {}
}
}
}
}
},
"/interfaces/search": {
"get": {
"tags": [
"Interfaces"
],
"operationId": "interfacesSearch",
"description": "The parameters and request body are for method: interfacesSearch. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "groupID",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}