{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN",
    "description": "MIB data from `CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN` module.\n\n**Root containers:** 1 (CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN)\n**Paths:** 21 | **Descendants:** 33\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-EXTN",
    "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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN": {
      "get": {
        "summary": "Get CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "atmCurrentStatusChangePVclTable": {
                      "type": "object",
                      "properties": {
                        "atmCurrentStatusChangePVclEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmVclVpi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmVclVci": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmPVclStatusTransition": {
                              "type": "string",
                              "example": "active"
                            },
                            "atmPVclStatusChangeStart": {
                              "type": "string",
                              "example": "active"
                            },
                            "atmPVclStatusChangeEnd": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "atmStatusChangePVclRangeTable": {
                      "type": "object",
                      "properties": {
                        "atmStatusChangePVclRangeEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmVclVpi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rangeIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "atmPVclLowerRangeValue": {
                              "type": "integer",
                              "example": 1
                            },
                            "atmPVclHigherRangeValue": {
                              "type": "integer",
                              "example": 1
                            },
                            "atmPVclRangeStatusChangeStart": {
                              "type": "string",
                              "example": "active"
                            },
                            "atmPVclRangeStatusChangeEnd": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "atmIntfCurrentlyDownToUpPVcls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmIntfOAMFailedPVcls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmIntfCurrentlyOAMFailingPVcls": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN": {
                    "atmCurrentStatusChangePVclTable": {
                      "atmCurrentStatusChangePVclEntry": {
                        "ifIndex": "configured-value",
                        "atmVclVpi": "configured-value",
                        "atmVclVci": "configured-value",
                        "atmPVclStatusTransition": "active",
                        "atmPVclStatusChangeStart": "active",
                        "atmPVclStatusChangeEnd": "active"
                      }
                    },
                    "atmStatusChangePVclRangeTable": {
                      "atmStatusChangePVclRangeEntry": {
                        "ifIndex": "configured-value",
                        "atmVclVpi": "configured-value",
                        "rangeIndex": "configured-value",
                        "atmPVclLowerRangeValue": 1,
                        "atmPVclHigherRangeValue": 1,
                        "atmPVclRangeStatusChangeStart": "active",
                        "atmPVclRangeStatusChangeEnd": "active"
                      }
                    },
                    "atmIntfCurrentlyDownToUpPVcls": "configured-value",
                    "atmIntfOAMFailedPVcls": "configured-value",
                    "atmIntfCurrentlyOAMFailingPVcls": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable": {
      "get": {
        "summary": "Get atmCurrentStatusChangePVclTable",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "atmCurrentStatusChangePVclEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmVclVpi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmVclVci": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmPVclStatusTransition": {
                          "type": "string",
                          "example": "active"
                        },
                        "atmPVclStatusChangeStart": {
                          "type": "string",
                          "example": "active"
                        },
                        "atmPVclStatusChangeEnd": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmCurrentStatusChangePVclTable": {
                    "atmCurrentStatusChangePVclEntry": {
                      "ifIndex": "configured-value",
                      "atmVclVpi": "configured-value",
                      "atmVclVci": "configured-value",
                      "atmPVclStatusTransition": "active",
                      "atmPVclStatusChangeStart": "active",
                      "atmPVclStatusChangeEnd": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmCurrentStatusChangePVclTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry": {
      "get": {
        "summary": "Get atmCurrentStatusChangePVclEntry",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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"
                    },
                    "atmPVclStatusTransition": {
                      "type": "string",
                      "example": "active"
                    },
                    "atmPVclStatusChangeStart": {
                      "type": "string",
                      "example": "active"
                    },
                    "atmPVclStatusChangeEnd": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmCurrentStatusChangePVclEntry": {
                    "ifIndex": "configured-value",
                    "atmVclVpi": "configured-value",
                    "atmVclVci": "configured-value",
                    "atmPVclStatusTransition": "active",
                    "atmPVclStatusChangeStart": "active",
                    "atmPVclStatusChangeEnd": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmCurrentStatusChangePVclEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-ifIndex",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN: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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/atmVclVpi": {
      "get": {
        "summary": "Get atmVclVpi",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-atmVclVpi",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN: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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/atmVclVci": {
      "get": {
        "summary": "Get atmVclVci",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-atmVclVci",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN: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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/atmPVclStatusTransition": {
      "get": {
        "summary": "Get atmPVclStatusTransition",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-atmPVclStatusTransition",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmPVclStatusTransition": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclStatusTransition from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/atmPVclStatusChangeStart": {
      "get": {
        "summary": "Get atmPVclStatusChangeStart",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-atmPVclStatusChangeStart",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmPVclStatusChangeStart": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclStatusChangeStart from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmCurrentStatusChangePVclTable/atmCurrentStatusChangePVclEntry/atmPVclStatusChangeEnd": {
      "get": {
        "summary": "Get atmPVclStatusChangeEnd",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmCurrentStatusChangePVclTable-atmCurrentStatusChangePVclEntry-atmPVclStatusChangeEnd",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmPVclStatusChangeEnd": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclStatusChangeEnd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable": {
      "get": {
        "summary": "Get atmStatusChangePVclRangeTable",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "atmStatusChangePVclRangeEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmVclVpi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rangeIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "atmPVclLowerRangeValue": {
                          "type": "integer",
                          "example": 1
                        },
                        "atmPVclHigherRangeValue": {
                          "type": "integer",
                          "example": 1
                        },
                        "atmPVclRangeStatusChangeStart": {
                          "type": "string",
                          "example": "active"
                        },
                        "atmPVclRangeStatusChangeEnd": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmStatusChangePVclRangeTable": {
                    "atmStatusChangePVclRangeEntry": {
                      "ifIndex": "configured-value",
                      "atmVclVpi": "configured-value",
                      "rangeIndex": "configured-value",
                      "atmPVclLowerRangeValue": 1,
                      "atmPVclHigherRangeValue": 1,
                      "atmPVclRangeStatusChangeStart": "active",
                      "atmPVclRangeStatusChangeEnd": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmStatusChangePVclRangeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry": {
      "get": {
        "summary": "Get atmStatusChangePVclRangeEntry",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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"
                    },
                    "rangeIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "atmPVclLowerRangeValue": {
                      "type": "integer",
                      "example": 1
                    },
                    "atmPVclHigherRangeValue": {
                      "type": "integer",
                      "example": 1
                    },
                    "atmPVclRangeStatusChangeStart": {
                      "type": "string",
                      "example": "active"
                    },
                    "atmPVclRangeStatusChangeEnd": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmStatusChangePVclRangeEntry": {
                    "ifIndex": "configured-value",
                    "atmVclVpi": "configured-value",
                    "rangeIndex": "configured-value",
                    "atmPVclLowerRangeValue": 1,
                    "atmPVclHigherRangeValue": 1,
                    "atmPVclRangeStatusChangeStart": "active",
                    "atmPVclRangeStatusChangeEnd": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmStatusChangePVclRangeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-ifIndex",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN: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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/atmVclVpi": {
      "get": {
        "summary": "Get atmVclVpi",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-atmVclVpi",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN: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-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/rangeIndex": {
      "get": {
        "summary": "Get rangeIndex",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-rangeIndex",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:rangeIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rangeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/atmPVclLowerRangeValue": {
      "get": {
        "summary": "Get atmPVclLowerRangeValue",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-atmPVclLowerRangeValue",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:atmPVclLowerRangeValue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclLowerRangeValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/atmPVclHigherRangeValue": {
      "get": {
        "summary": "Get atmPVclHigherRangeValue",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-atmPVclHigherRangeValue",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:atmPVclHigherRangeValue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclHigherRangeValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/atmPVclRangeStatusChangeStart": {
      "get": {
        "summary": "Get atmPVclRangeStatusChangeStart",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-atmPVclRangeStatusChangeStart",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmPVclRangeStatusChangeStart": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclRangeStatusChangeStart from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmStatusChangePVclRangeTable/atmStatusChangePVclRangeEntry/atmPVclRangeStatusChangeEnd": {
      "get": {
        "summary": "Get atmPVclRangeStatusChangeEnd",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmStatusChangePVclRangeTable-atmStatusChangePVclRangeEntry-atmPVclRangeStatusChangeEnd",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:atmPVclRangeStatusChangeEnd": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmPVclRangeStatusChangeEnd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmIntfCurrentlyDownToUpPVcls": {
      "get": {
        "summary": "Get atmIntfCurrentlyDownToUpPVcls",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmIntfCurrentlyDownToUpPVcls",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:atmIntfCurrentlyDownToUpPVcls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfCurrentlyDownToUpPVcls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmIntfOAMFailedPVcls": {
      "get": {
        "summary": "Get atmIntfOAMFailedPVcls",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmIntfOAMFailedPVcls",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:atmIntfOAMFailedPVcls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfOAMFailedPVcls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN/atmIntfCurrentlyOAMFailingPVcls": {
      "get": {
        "summary": "Get atmIntfCurrentlyOAMFailingPVcls",
        "operationId": "get-CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN:CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN-atmIntfCurrentlyOAMFailingPVcls",
        "tags": [
          "CISCO-IETF-ATM2-PVCTRAP-MIB-EXTN"
        ],
        "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-EXTN:atmIntfCurrentlyOAMFailingPVcls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve atmIntfCurrentlyOAMFailingPVcls 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": []
    }
  ]
}
