@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
1,953 lines • 3.25 MB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/nsa/api/v1/alarms/alarmRecordsCounts": {
"get": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "getTotalRecordsCount",
"description": "The parameters and request body are for method: getTotalRecordsCount. 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": {}
}
}
}
}
},
"/nsa/api/v1/alarms/device-types": {
"get": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "getDeviceTypes",
"description": "The parameters and request body are for method: getDeviceTypes. 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": {}
}
}
}
}
},
"/nsa/api/v1/alarms/deviceAttributes/{id}": {
"get": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "getDeviceAttributes",
"description": "The parameters and request body are for method: getDeviceAttributes. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/historicalAlarms/{retentionDate}": {
"delete": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "removeOldHistoricalAlarms",
"description": "The parameters and request body are for method: removeOldHistoricalAlarms. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "retentionDate",
"in": "path",
"required": true,
"schema": {
"title": "retentionDate",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/historicalChangePartition": {
"get": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "getHistoricalChangePartition",
"description": "The parameters and request body are for method: getHistoricalChangePartition. 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": {}
}
}
}
}
},
"/nsa/api/v1/alarms/historicalDataRetentionDays": {
"get": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "getHistoricalDataRetentionDays",
"description": "The parameters and request body are for method: getHistoricalDataRetentionDays. 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": {}
}
}
}
}
},
"/nsa/api/v1/alarms/historicalDataRetentionDays/{retentionDays}": {
"put": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "setHistoricalDataRetentionDays",
"description": "The parameters and request body are for method: setHistoricalDataRetentionDays. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "retentionDays",
"in": "path",
"required": true,
"schema": {
"title": "retentionDays",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/{id}/acknowledge": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "acknowledgeAlarmV1",
"description": "The parameters and request body are for method: acknowledgeAlarmV1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/{id}/force-clear": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "forceClearAlarmV1",
"description": "The parameters and request body are for method: forceClearAlarmV1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/{id}/manual-clear": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "manualClearAlarmV1",
"description": "The parameters and request body are for method: manualClearAlarmV1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/{id}/unacknowledge": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion1"
],
"operationId": "unacknowledgeAlarmV1",
"description": "The parameters and request body are for method: unacknowledgeAlarmV1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/filter/activeAlarmCountsBasic": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion1"
],
"operationId": "getActiveAlarmCounts",
"description": "The parameters and request body are for method: getActiveAlarmCounts. 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": {}
}
}
}
}
},
"/nsa/api/v1/alarms/filter/activeAlarms": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion1"
],
"operationId": "searchActiveAlarms",
"description": "The parameters and request body are for method: searchActiveAlarms. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "severity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "serviceAffecting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "deviceType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "acknowledgeState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "keytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "range",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "sorting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "pageSize",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v1/alarms/filter/historicalAlarms": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion1"
],
"operationId": "searchHistoricalAlarms",
"description": "The parameters and request body are for method: searchHistoricalAlarms. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "severity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "serviceAffecting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "deviceType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "keytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "range",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "sorting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "pageSize",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/alarm-sync-states": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "getAlarmSyncStates",
"description": "The parameters and request body are for method: getAlarmSyncStates. 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"
}
}
}
}
}
},
"/nsa/api/v2_0/alarms/resetRequestId/{serverId}": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "resetRequestIdsForServerId",
"description": "The parameters and request body are for method: resetRequestIdsForServerId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "serverId",
"in": "path",
"required": true,
"schema": {
"title": "serverId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/acknowledge/{sequenceId}": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "acknowledgeAlarm",
"description": "The parameters and request body are for method: acknowledgeAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
},
{
"name": "sequenceId",
"in": "path",
"required": true,
"schema": {
"title": "sequenceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/annotate": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "annotateAlarm",
"description": "The parameters and request body are for method: annotateAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/force-clear/{sequenceId}": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "forceClearAlarm",
"description": "The parameters and request body are for method: forceClearAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
},
{
"name": "sequenceId",
"in": "path",
"required": true,
"schema": {
"title": "sequenceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/manual-clear/{sequenceId}": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "manualClearAlarm",
"description": "The parameters and request body are for method: manualClearAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
},
{
"name": "sequenceId",
"in": "path",
"required": true,
"schema": {
"title": "sequenceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/removeAnnotation": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "removeAnnotation",
"description": "The parameters and request body are for method: removeAnnotation. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/{id}/unacknowledge/{sequenceId}": {
"post": {
"tags": [
"RetrieveAndModifyAlarmsVersion2"
],
"operationId": "unacknowledgeAlarm",
"description": "The parameters and request body are for method: unacknowledgeAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
},
{
"name": "sequenceId",
"in": "path",
"required": true,
"schema": {
"title": "sequenceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "getAllFilters",
"description": "The parameters and request body are for method: getAllFilters. 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": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "createFilter",
"description": "The parameters and request body are for method: createFilter. 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"
}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/activeAlarmCounts": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "getNsaApiV20AlarmsFilterActiveAlarmCounts",
"description": "The parameters and request body are for method: getNsaApiV20AlarmsFilterActiveAlarmCounts. 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": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/activeAlarms": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "searchActiveAlarmsV2",
"description": "The parameters and request body are for method: searchActiveAlarmsV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "filterSeverity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterServiceAffecting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAcknowledgeState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterIpAddress",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterMacAddress",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAdditionalText",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAnnotation",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterNativeConditionType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterResource",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterSubnetName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterCardType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClfi",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterFic",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterKeytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "sorting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "pageSize",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/additionalTextAggregations": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "getAdditionalTexts",
"description": "The parameters and request body are for method: getAdditionalTexts. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "filterAdditionalText",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "selectedAdditionalText",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterContextState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterKeytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClearTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/deviceNamesAggregations": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "getDeviceNames",
"description": "The parameters and request body are for method: getDeviceNames. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "filterDeviceName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "selectedDeviceName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterContextState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterKeytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClearTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/filteredAlarms": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "searchFilteredAlarms",
"description": "The parameters and request body are for method: searchFilteredAlarms. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "filterAlarmId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterContextState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterSeverity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterServiceAffecting",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAcknowledgeState",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterIpAddress",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterMacAddress",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterDeviceTag",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAdditionalText",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAnnotation",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterNativeConditionType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterResource",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterResourceList",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterResourceId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterSubnetName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterCardType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClfi",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterFic",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterPartition",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterKeytext",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTimeFrom",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterLastRaisedTimeTo",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClearTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClearTimeFrom",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterClearTimeTo",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "sort",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterRefinedRaisedTimeFrom",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterRefinedRaisedTimeTo",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterRefinedClearTimeFrom",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterRefinedClearTimeTo",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterAllTime",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "pageSize",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "searchFilteredAlarmsWithBody",
"description": "The parameters and request body are for method: searchFilteredAlarmsWithBody. 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"
}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/filteredAlarms/{id}": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "getFilteredAlarm",
"description": "The parameters and request body are for method: getFilteredAlarm. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/nsa/api/v2_0/alarms/filter/getCorrelatedAlarmsByService": {
"get": {
"tags": [
"SearchAndFilterAlarmsVersion2"
],
"operationId": "searchCorrelatedAlarms",
"description": "The parameters and request body are for method: searchCorrelatedAlarms. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "serviceId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterSeverity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "filterServiceAffecting",
"in": "query",
"requ