{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IETF-ATM2-PVCTRAP-MIB",
    "description": "MIB data from `CISCO-IETF-ATM2-PVCTRAP-MIB` module.\n\n**Root containers:** 1 (CISCO-IETF-ATM2-PVCTRAP-MIB)\n**Paths:** 13 | **Descendants:** 20\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-IETF-ATM2-PVCTRAP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB": {
      "get": {
        "summary": "Get CISCO-IETF-ATM2-PVCTRAP-MIB",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "atmCurrentlyFailingPVclTable": {
                      "type": "object",
                      "properties": {
                        "atmCurrentlyFailingPVclEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmVclVpi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmVclVci": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmCurrentlyFailingPVclTimeStamp": {
                              "type": "string",
                              "example": "2025-03-15T10:30:45Z"
                            },
                            "atmPreviouslyFailedPVclTimeStamp": {
                              "type": "string",
                              "example": "2025-03-15T10:30:45Z"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "atmIntfPvcFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmIntfCurrentlyFailingPVcls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmIntfPvcFailuresTrapEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "atmIntfPvcNotificationInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "atmPreviouslyFailedPVclInterval": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB": {
                    "atmCurrentlyFailingPVclTable": {
                      "atmCurrentlyFailingPVclEntry": {
                        "ifIndex": "configured-value",
                        "atmVclVpi": "configured-value",
                        "atmVclVci": "configured-value",
                        "atmCurrentlyFailingPVclTimeStamp": "2025-03-15T10:30:45Z",
                        "atmPreviouslyFailedPVclTimeStamp": "2025-03-15T10:30:45Z"
                      }
                    },
                    "atmIntfPvcFailures": "configured-value",
                    "atmIntfCurrentlyFailingPVcls": "configured-value",
                    "atmIntfPvcFailuresTrapEnable": true,
                    "atmIntfPvcNotificationInterval": 1,
                    "atmPreviouslyFailedPVclInterval": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IETF-ATM2-PVCTRAP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable": {
      "get": {
        "summary": "Get atmCurrentlyFailingPVclTable",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "atmCurrentlyFailingPVclEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmVclVpi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmVclVci": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmCurrentlyFailingPVclTimeStamp": {
                          "type": "string",
                          "example": "2025-03-15T10:30:45Z"
                        },
                        "atmPreviouslyFailedPVclTimeStamp": {
                          "type": "string",
                          "example": "2025-03-15T10:30:45Z"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmCurrentlyFailingPVclTable": {
                    "atmCurrentlyFailingPVclEntry": {
                      "ifIndex": "configured-value",
                      "atmVclVpi": "configured-value",
                      "atmVclVci": "configured-value",
                      "atmCurrentlyFailingPVclTimeStamp": "2025-03-15T10:30:45Z",
                      "atmPreviouslyFailedPVclTimeStamp": "2025-03-15T10:30:45Z"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmCurrentlyFailingPVclTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry": {
      "get": {
        "summary": "Get atmCurrentlyFailingPVclEntry",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmCurrentlyFailingPVclTimeStamp": {
                      "type": "string",
                      "example": "2025-03-15T10:30:45Z"
                    },
                    "atmPreviouslyFailedPVclTimeStamp": {
                      "type": "string",
                      "example": "2025-03-15T10:30:45Z"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmCurrentlyFailingPVclEntry": {
                    "ifIndex": "configured-value",
                    "atmVclVpi": "configured-value",
                    "atmVclVci": "configured-value",
                    "atmCurrentlyFailingPVclTimeStamp": "2025-03-15T10:30:45Z",
                    "atmPreviouslyFailedPVclTimeStamp": "2025-03-15T10:30:45Z"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmCurrentlyFailingPVclEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry-ifIndex",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry/atmVclVpi": {
      "get": {
        "summary": "Get atmVclVpi",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry-atmVclVpi",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmVclVpi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmVclVpi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry/atmVclVci": {
      "get": {
        "summary": "Get atmVclVci",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry-atmVclVci",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmVclVci": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmVclVci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry/atmCurrentlyFailingPVclTimeStamp": {
      "get": {
        "summary": "Get atmCurrentlyFailingPVclTimeStamp",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry-atmCurrentlyFailingPVclTimeStamp",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmCurrentlyFailingPVclTimeStamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmCurrentlyFailingPVclTimeStamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmCurrentlyFailingPVclTable/atmCurrentlyFailingPVclEntry/atmPreviouslyFailedPVclTimeStamp": {
      "get": {
        "summary": "Get atmPreviouslyFailedPVclTimeStamp",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmCurrentlyFailingPVclTable-atmCurrentlyFailingPVclEntry-atmPreviouslyFailedPVclTimeStamp",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmPreviouslyFailedPVclTimeStamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPreviouslyFailedPVclTimeStamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmIntfPvcFailures": {
      "get": {
        "summary": "Get atmIntfPvcFailures",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmIntfPvcFailures",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmIntfPvcFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfPvcFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmIntfCurrentlyFailingPVcls": {
      "get": {
        "summary": "Get atmIntfCurrentlyFailingPVcls",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmIntfCurrentlyFailingPVcls",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmIntfCurrentlyFailingPVcls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfCurrentlyFailingPVcls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmIntfPvcFailuresTrapEnable": {
      "get": {
        "summary": "Get atmIntfPvcFailuresTrapEnable",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmIntfPvcFailuresTrapEnable",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmIntfPvcFailuresTrapEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfPvcFailuresTrapEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmIntfPvcNotificationInterval": {
      "get": {
        "summary": "Get atmIntfPvcNotificationInterval",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmIntfPvcNotificationInterval",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmIntfPvcNotificationInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfPvcNotificationInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB/atmPreviouslyFailedPVclInterval": {
      "get": {
        "summary": "Get atmPreviouslyFailedPVclInterval",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB:CISCO-IETF-ATM2-PVCTRAP-MIB-atmPreviouslyFailedPVclInterval",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB:atmPreviouslyFailedPVclInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPreviouslyFailedPVclInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
