UNPKG

@itentialopensource/adapter-netbox_v33

Version:

This adapter integrates with system described as: Netbox v3.3

2,003 lines 6.04 MB
{ "openapi": "3.0.3", "info": { "title": "NetBox REST API", "version": "4.2.1 (4.2)", "license": { "name": "Apache v2 License" } }, "paths": { "/circuits/circuit-group-assignments/": { "get": { "operationId": "listCircuitGroupAssignment", "description": "Get a list of Circuit group assignment objects.", "parameters": [ { "in": "query", "name": "circuit", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "circuit_id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__empty", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__gt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__gte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__lt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__lte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__n", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created_by_request", "schema": { "type": "string", "format": "uuid" } }, { "in": "query", "name": "group", "schema": { "type": "array", "items": { "type": "string" } }, "description": "Circuit group (slug)", "explode": true, "style": "form" }, { "in": "query", "name": "group__n", "schema": { "type": "array", "items": { "type": "string" } }, "description": "Circuit group (slug)", "explode": true, "style": "form" }, { "in": "query", "name": "group_id", "schema": { "type": "array", "items": { "type": "integer" } }, "description": "Circuit group (ID)", "explode": true, "style": "form" }, { "in": "query", "name": "group_id__n", "schema": { "type": "array", "items": { "type": "integer" } }, "description": "Circuit group (ID)", "explode": true, "style": "form" }, { "in": "query", "name": "id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "id__gt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__gte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__lt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__lte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__n", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__empty", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__gt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__gte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__lt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__lte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__n", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "name": "limit", "required": false, "in": "query", "description": "Number of results to return per page.", "schema": { "type": "integer" } }, { "in": "query", "name": "member_id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_id__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "member_id__gt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_id__gte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_id__lt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_id__lte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_id__n", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "member_type", "schema": { "type": "string" } }, { "in": "query", "name": "member_type__n", "schema": { "type": "string" } }, { "in": "query", "name": "modified_by_request", "schema": { "type": "string", "format": "uuid" } }, { "name": "offset", "required": false, "in": "query", "description": "The initial index from which to return the results.", "schema": { "type": "integer" } }, { "name": "ordering", "required": false, "in": "query", "description": "Which field to use when ordering the results.", "schema": { "type": "string" } }, { "in": "query", "name": "priority", "schema": { "type": "string", "x-spec-enum-id": "ef3a31644cec7524", "nullable": true, "enum": [ "inactive", "primary", "secondary", "tertiary" ] }, "description": "* `primary` - Primary\n* `secondary` - Secondary\n* `tertiary` - Tertiary\n* `inactive` - Inactive" }, { "in": "query", "name": "provider", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "provider_id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "q", "schema": { "type": "string" }, "description": "Search" }, { "in": "query", "name": "tag", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tag__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "updated_by_request", "schema": { "type": "string", "format": "uuid" } }, { "in": "query", "name": "virtual_circuit", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "virtual_circuit_id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" } ], "tags": [ "circuits" ], "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PaginatedCircuitGroupAssignmentList" } } }, "description": "" } } }, "post": { "operationId": "postCircuitGroupAssignmentList", "description": "Post a list of Circuit group assignment objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WritableCircuitGroupAssignmentRequest" } }, "multipart/form-data": { "schema": { "$ref": "#/components/schemas/WritableCircuitGroupAssignmentRequest" } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "201": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } }, "description": "" } } }, "put": { "operationId": "putCircuitGroupAssignmentList", "description": "Put a list of Circuit group assignment objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } }, "multipart/form-data": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } } }, "description": "" } } }, "patch": { "operationId": "patchCircuitGroupAssignmentList", "description": "Patch a list of Circuit group assignment objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } }, "multipart/form-data": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } } }, "description": "" } } }, "delete": { "operationId": "deleteCircuitGroupAssignmentList", "description": "Delete a list of Circuit group assignment objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } }, "multipart/form-data": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupAssignmentRequest" } } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "204": { "description": "No response body" } } } }, "/circuits/circuit-group-assignments/{id}/": { "get": { "operationId": "getCircuitGroupAssignment", "description": "Get a Circuit group assignment object.", "parameters": [ { "in": "path", "name": "id", "schema": { "type": "integer" }, "description": "A unique integer value identifying this Circuit group assignment.", "required": true } ], "tags": [ "circuits" ], "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } }, "description": "" } } }, "put": { "operationId": "putCircuitGroupAssignment", "description": "Put a Circuit group assignment object.", "parameters": [ { "in": "path", "name": "id", "schema": { "type": "integer" }, "description": "A unique integer value identifying this Circuit group assignment.", "required": true } ], "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WritableCircuitGroupAssignmentRequest" } }, "multipart/form-data": { "schema": { "$ref": "#/components/schemas/WritableCircuitGroupAssignmentRequest" } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } }, "description": "" } } }, "patch": { "operationId": "patchCircuitGroupAssignment", "description": "Patch a Circuit group assignment object.", "parameters": [ { "in": "path", "name": "id", "schema": { "type": "integer" }, "description": "A unique integer value identifying this Circuit group assignment.", "required": true } ], "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatchedWritableCircuitGroupAssignmentRequest" } }, "multipart/form-data": { "schema": { "$ref": "#/components/schemas/PatchedWritableCircuitGroupAssignmentRequest" } } } }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroupAssignment" } } }, "description": "" } } }, "delete": { "operationId": "deleteCircuitGroupAssignment", "description": "Delete a Circuit group assignment object.", "parameters": [ { "in": "path", "name": "id", "schema": { "type": "integer" }, "description": "A unique integer value identifying this Circuit group assignment.", "required": true } ], "tags": [ "circuits" ], "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "204": { "description": "No response body" } } } }, "/circuits/circuit-groups/": { "get": { "operationId": "getCircuitGroupList", "description": "Get a list of circuit group objects.", "parameters": [ { "in": "query", "name": "created", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__empty", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__gt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__gte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__lt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__lte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created__n", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "created_by_request", "schema": { "type": "string", "format": "uuid" } }, { "in": "query", "name": "description", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "description__ic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__ie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__iew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__isw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__nic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__nie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__niew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "description__nisw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "id__gt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__gte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__lt", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__lte", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "id__n", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__empty", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__gt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__gte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__lt", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__lte", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "in": "query", "name": "last_updated__n", "schema": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "explode": true, "style": "form" }, { "name": "limit", "required": false, "in": "query", "description": "Number of results to return per page.", "schema": { "type": "integer" } }, { "in": "query", "name": "modified_by_request", "schema": { "type": "string", "format": "uuid" } }, { "in": "query", "name": "name", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "name__ic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__ie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__iew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__isw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__nic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__nie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__niew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "name__nisw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "name": "offset", "required": false, "in": "query", "description": "The initial index from which to return the results.", "schema": { "type": "integer" } }, { "name": "ordering", "required": false, "in": "query", "description": "Which field to use when ordering the results.", "schema": { "type": "string" } }, { "in": "query", "name": "q", "schema": { "type": "string" }, "description": "Search" }, { "in": "query", "name": "slug", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__empty", "schema": { "type": "boolean" } }, { "in": "query", "name": "slug__ic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__ie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__iew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__isw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__nic", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__nie", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__niew", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "slug__nisw", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tag", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tag__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tenant", "schema": { "type": "array", "items": { "type": "string" } }, "description": "Tenant (slug)", "explode": true, "style": "form" }, { "in": "query", "name": "tenant__n", "schema": { "type": "array", "items": { "type": "string" } }, "description": "Tenant (slug)", "explode": true, "style": "form" }, { "in": "query", "name": "tenant_group", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tenant_group__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tenant_group_id", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tenant_group_id__n", "schema": { "type": "array", "items": { "type": "string" } }, "explode": true, "style": "form" }, { "in": "query", "name": "tenant_id", "schema": { "type": "array", "items": { "type": "integer", "nullable": true } }, "description": "Tenant (ID)", "explode": true, "style": "form" }, { "in": "query", "name": "tenant_id__n", "schema": { "type": "array", "items": { "type": "integer", "nullable": true } }, "description": "Tenant (ID)", "explode": true, "style": "form" }, { "in": "query", "name": "updated_by_request", "schema": { "type": "string", "format": "uuid" } } ], "tags": [ "circuits" ], "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PaginatedCircuitGroupList" } } }, "description": "" } } }, "post": { "operationId": "postCircuitGroupList", "description": "Post a list of circuit group objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroupRequest" } }, "multipart/form-data": { "schema": { "$ref": "#/components/schemas/CircuitGroupRequest" } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "201": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CircuitGroup" } } }, "description": "" } } }, "put": { "operationId": "putCircuitGroupList", "description": "Put a list of circuit group objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupRequest" } } }, "multipart/form-data": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupRequest" } } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroup" } } } }, "description": "" } } }, "patch": { "operationId": "patchCircuitGroupList", "description": "Patch a list of circuit group objects.", "tags": [ "circuits" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupRequest" } } }, "multipart/form-data": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroupRequest" } } } }, "required": true }, "security": [ { "cookieAuth": [] }, { "tokenAuth": [] } ], "responses": { "200": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CircuitGroup" } } } }, "description": "" } } }, "delete": { "operationId": "deleteCircuitGroupLi