UNPKG

@itentialopensource/adapter-menmice_micetro

Version:

This adapter integrates with system described as: menandmice.

1,910 lines 136 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/AddressSpaces": { "post": { "tags": [ "AddressSpace" ], "operationId": "createAddressSpace", "description": "The parameters and request body are for method: createAddressSpace. 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" } } } } }, "get": { "tags": [ "AddressSpace" ], "operationId": "getAddressSpaces", "description": "The parameters and request body are for method: getAddressSpaces. 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": {} } } } } }, "/AddressSpaces/{addressSpaceId}": { "put": { "tags": [ "AddressSpace" ], "operationId": "updateAddressSpace", "description": "The parameters and request body are for method: updateAddressSpace. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "addressSpaceId", "in": "path", "required": true, "schema": { "title": "addressSpaceId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "AddressSpace" ], "operationId": "getAddressSpaceById", "description": "The parameters and request body are for method: getAddressSpaceById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "addressSpaceId", "in": "path", "required": true, "schema": { "title": "addressSpaceId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "AddressSpace" ], "operationId": "deleteAddressSpace", "description": "The parameters and request body are for method: deleteAddressSpace. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "addressSpaceId", "in": "path", "required": true, "schema": { "title": "addressSpaceId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ADForests": { "post": { "tags": [ "ADForest" ], "operationId": "createADForest", "description": "The parameters and request body are for method: createADForest. 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" } } } } }, "get": { "tags": [ "ADForest" ], "operationId": "getADForests", "description": "The parameters and request body are for method: getADForests. 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": {} } } } } }, "/ADForests/{adForestId}": { "put": { "tags": [ "ADForest" ], "operationId": "updateADForest", "description": "The parameters and request body are for method: updateADForest. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adForestId", "in": "path", "required": true, "schema": { "title": "adForestId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "ADForest" ], "operationId": "getADForestById", "description": "The parameters and request body are for method: getADForestById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adForestId", "in": "path", "required": true, "schema": { "title": "adForestId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "ADForest" ], "operationId": "deleteADForest", "description": "The parameters and request body are for method: deleteADForest. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adForestId", "in": "path", "required": true, "schema": { "title": "adForestId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ADSiteLinks": { "post": { "tags": [ "ADSiteLink" ], "operationId": "createADSiteLink", "description": "The parameters and request body are for method: createADSiteLink. 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" } } } } }, "get": { "tags": [ "ADSiteLink" ], "operationId": "getADSiteLinks", "description": "The parameters and request body are for method: getADSiteLinks. 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": {} } } } } }, "/ADSiteLinks/{adSiteLinkId}": { "put": { "tags": [ "ADSiteLink" ], "operationId": "updateADSiteLink", "description": "The parameters and request body are for method: updateADSiteLink. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteLinkId", "in": "path", "required": true, "schema": { "title": "adSiteLinkId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "ADSiteLink" ], "operationId": "getADSiteLinkById", "description": "The parameters and request body are for method: getADSiteLinkById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteLinkId", "in": "path", "required": true, "schema": { "title": "adSiteLinkId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "ADSiteLink" ], "operationId": "deleteADSiteLink", "description": "The parameters and request body are for method: deleteADSiteLink. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteLinkId", "in": "path", "required": true, "schema": { "title": "adSiteLinkId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ADSites": { "post": { "tags": [ "ADSite" ], "operationId": "createADSite", "description": "The parameters and request body are for method: createADSite. 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" } } } } }, "get": { "tags": [ "ADSite" ], "operationId": "getADSites", "description": "The parameters and request body are for method: getADSites. 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": {} } } } } }, "/ADSites/{adSiteId}": { "put": { "tags": [ "ADSite" ], "operationId": "updateADSite", "description": "The parameters and request body are for method: updateADSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteId", "in": "path", "required": true, "schema": { "title": "adSiteId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "ADSite" ], "operationId": "getADSiteById", "description": "The parameters and request body are for method: getADSiteById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteId", "in": "path", "required": true, "schema": { "title": "adSiteId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "ADSite" ], "operationId": "deleteADSite", "description": "The parameters and request body are for method: deleteADSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "adSiteId", "in": "path", "required": true, "schema": { "title": "adSiteId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ChangeRequests": { "post": { "tags": [ "ChangeRequest" ], "operationId": "createChangeRequest", "description": "The parameters and request body are for method: createChangeRequest. 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" } } } } }, "get": { "tags": [ "ChangeRequest" ], "operationId": "getChangeRequests", "description": "The parameters and request body are for method: getChangeRequests. 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": {} } } } } }, "/ChangeRequests/{changeRequestId}": { "put": { "tags": [ "ChangeRequest" ], "operationId": "updateChangeRequest", "description": "The parameters and request body are for method: updateChangeRequest. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "changeRequestId", "in": "path", "required": true, "schema": { "title": "changeRequestId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "ChangeRequest" ], "operationId": "getChangeRequestById", "description": "The parameters and request body are for method: getChangeRequestById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "changeRequestId", "in": "path", "required": true, "schema": { "title": "changeRequestId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "ChangeRequest" ], "operationId": "deleteChangeRequest", "description": "The parameters and request body are for method: deleteChangeRequest. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "changeRequestId", "in": "path", "required": true, "schema": { "title": "changeRequestId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/CloudNetworks": { "post": { "tags": [ "CloudNetwork" ], "operationId": "createCloudNetwork", "description": "The parameters and request body are for method: createCloudNetwork. 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" } } } } }, "get": { "tags": [ "CloudNetwork" ], "operationId": "getCloudNetworks", "description": "The parameters and request body are for method: getCloudNetworks. 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": {} } } } } }, "/CloudNetworks/{cloudNetworkId}": { "put": { "tags": [ "CloudNetwork" ], "operationId": "updateCloudNetwork", "description": "The parameters and request body are for method: updateCloudNetwork. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudNetworkId", "in": "path", "required": true, "schema": { "title": "cloudNetworkId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "CloudNetwork" ], "operationId": "getCloudNetworkById", "description": "The parameters and request body are for method: getCloudNetworkById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudNetworkId", "in": "path", "required": true, "schema": { "title": "cloudNetworkId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "CloudNetwork" ], "operationId": "deleteCloudNetwork", "description": "The parameters and request body are for method: deleteCloudNetwork. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudNetworkId", "in": "path", "required": true, "schema": { "title": "cloudNetworkId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/CloudServiceAccounts": { "post": { "tags": [ "CloudServiceAccount" ], "operationId": "createCloudServiceAccount", "description": "The parameters and request body are for method: createCloudServiceAccount. 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" } } } } }, "get": { "tags": [ "CloudServiceAccount" ], "operationId": "getCloudServiceAccounts", "description": "The parameters and request body are for method: getCloudServiceAccounts. 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": {} } } } } }, "/CloudServiceAccounts/{cloudServiceAccountId}": { "put": { "tags": [ "CloudServiceAccount" ], "operationId": "updateCloudServiceAccount", "description": "The parameters and request body are for method: updateCloudServiceAccount. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudServiceAccountId", "in": "path", "required": true, "schema": { "title": "cloudServiceAccountId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "CloudServiceAccount" ], "operationId": "getCloudServiceAccountById", "description": "The parameters and request body are for method: getCloudServiceAccountById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudServiceAccountId", "in": "path", "required": true, "schema": { "title": "cloudServiceAccountId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "CloudServiceAccount" ], "operationId": "deleteCloudServiceAccount", "description": "The parameters and request body are for method: deleteCloudServiceAccount. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "cloudServiceAccountId", "in": "path", "required": true, "schema": { "title": "cloudServiceAccountId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Devices": { "post": { "tags": [ "Device" ], "operationId": "createDevice", "description": "The parameters and request body are for method: createDevice. 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" } } } } }, "get": { "tags": [ "Device" ], "operationId": "getDevices", "description": "The parameters and request body are for method: getDevices. 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": {} } } } } }, "/Devices/{deviceId}": { "put": { "tags": [ "Device" ], "operationId": "updateDevice", "description": "The parameters and request body are for method: updateDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "Device" ], "operationId": "getDeviceById", "description": "The parameters and request body are for method: getDeviceById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "Device" ], "operationId": "deleteDevice", "description": "The parameters and request body are for method: deleteDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/DHCPAddressPools": { "post": { "tags": [ "DHCPAddressPool" ], "operationId": "createDHCPAddressPool", "description": "The parameters and request body are for method: createDHCPAddressPool. 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" } } } } }, "get": { "tags": [ "DHCPAddressPool" ], "operationId": "getDHCPAddressPools", "description": "The parameters and request body are for method: getDHCPAddressPools. 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": {} } } } } }, "/DHCPAddressPools/{dhcpAddressPoolId}": { "put": { "tags": [ "DHCPAddressPool" ], "operationId": "updateDHCPAddressPool", "description": "The parameters and request body are for method: updateDHCPAddressPool. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpAddressPoolId", "in": "path", "required": true, "schema": { "title": "dhcpAddressPoolId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "DHCPAddressPool" ], "operationId": "getDHCPAddressPoolById", "description": "The parameters and request body are for method: getDHCPAddressPoolById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpAddressPoolId", "in": "path", "required": true, "schema": { "title": "dhcpAddressPoolId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "DHCPAddressPool" ], "operationId": "deleteDHCPAddressPool", "description": "The parameters and request body are for method: deleteDHCPAddressPool. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpAddressPoolId", "in": "path", "required": true, "schema": { "title": "dhcpAddressPoolId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/DHCPExclusions": { "post": { "tags": [ "DHCPExclusion" ], "operationId": "createDHCPExclusion", "description": "The parameters and request body are for method: createDHCPExclusion. 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" } } } } }, "get": { "tags": [ "DHCPExclusion" ], "operationId": "getDHCPExclusions", "description": "The parameters and request body are for method: getDHCPExclusions. 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": {} } } } } }, "/DHCPExclusions/{dhcpExclusionId}": { "put": { "tags": [ "DHCPExclusion" ], "operationId": "updateDHCPExclusion", "description": "The parameters and request body are for method: updateDHCPExclusion. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpExclusionId", "in": "path", "required": true, "schema": { "title": "dhcpExclusionId", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "DHCPExclusion" ], "operationId": "getDHCPExclusionById", "description": "The parameters and request body are for method: getDHCPExclusionById. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpExclusionId", "in": "path", "required": true, "schema": { "title": "dhcpExclusionId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "DHCPExclusion" ], "operationId": "deleteDHCPExclusion", "description": "The parameters and request body are for method: deleteDHCPExclusion. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dhcpExclusionId", "in": "path", "required": true, "schema": { "title": "dhcpExclusionId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/DHCPGroups": { "post": { "tags": [ "DHCPGroup" ], "operationId": "createDHCPGroup", "description": "The parameters and request body are for method: createDHCPGroup. 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" } } } } }, "get": { "tags": [