{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - RFC1315-MIB",
    "description": "MIB data from `RFC1315-MIB` module.\n\n**Root containers:** 1 (RFC1315-MIB)\n**Paths:** 47 | **Descendants:** 46\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": "RFC1315-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/RFC1315-MIB:RFC1315-MIB": {
      "get": {
        "summary": "Get RFC1315-MIB",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frame-relay-globals": {
                      "type": "object",
                      "properties": {
                        "frTrapState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "frDlcmiTable": {
                      "type": "object",
                      "properties": {
                        "frDlcmiEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "frDlcmiIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "frDlcmiState": {
                                "type": "string",
                                "example": "active"
                              },
                              "frDlcmiAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "frDlcmiAddressLen": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "frDlcmiPollingInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "frDlcmiFullEnquiryInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "frDlcmiErrorThreshold": {
                                "type": "integer",
                                "example": 0
                              },
                              "frDlcmiMonitoredEvents": {
                                "type": "integer",
                                "example": 1
                              },
                              "frDlcmiMaxSupportedVCs": {
                                "type": "integer",
                                "example": 1
                              },
                              "frDlcmiMulticast": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "frCircuitTable": {
                      "type": "object",
                      "properties": {
                        "frCircuitEntry": {
                          "type": "object",
                          "properties": {
                            "frCircuitIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitDlci": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitState": {
                              "type": "string",
                              "example": "active"
                            },
                            "frCircuitReceivedFECNs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitReceivedBECNs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitSentFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitSentOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitReceivedFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitReceivedOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitCreationTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "frCircuitLastTimeChange": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "frCircuitCommittedBurst": {
                              "type": "integer",
                              "example": 1
                            },
                            "frCircuitExcessBurst": {
                              "type": "integer",
                              "example": 1
                            },
                            "frCircuitThroughput": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "frErrTable": {
                      "type": "object",
                      "properties": {
                        "frErrEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "frErrIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "frErrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "frErrData": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "frErrTime": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "frCircuitDlci": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "frCircuitIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitDlci": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "frCircuitIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitDlci": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "frCircuitState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:RFC1315-MIB": {
                    "frame-relay-globals": {
                      "frTrapState": "default"
                    },
                    "frDlcmiTable": {
                      "frDlcmiEntry": [
                        {
                          "frDlcmiIfIndex": "configured-value",
                          "frDlcmiState": "default",
                          "frDlcmiAddress": "default",
                          "frDlcmiAddressLen": "default",
                          "frDlcmiPollingInterval": 1,
                          "frDlcmiFullEnquiryInterval": 1,
                          "frDlcmiErrorThreshold": 0,
                          "frDlcmiMonitoredEvents": 1,
                          "frDlcmiMaxSupportedVCs": 1,
                          "frDlcmiMulticast": "default"
                        }
                      ]
                    },
                    "frCircuitTable": {
                      "frCircuitEntry": {
                        "frCircuitIfIndex": "configured-value",
                        "frCircuitDlci": "configured-value",
                        "frCircuitState": "default",
                        "frCircuitReceivedFECNs": "configured-value",
                        "frCircuitReceivedBECNs": "configured-value",
                        "frCircuitSentFrames": "configured-value",
                        "frCircuitSentOctets": "configured-value",
                        "frCircuitReceivedFrames": "configured-value",
                        "frCircuitReceivedOctets": "configured-value",
                        "frCircuitCreationTime": "10:30:45",
                        "frCircuitLastTimeChange": "10:30:45",
                        "frCircuitCommittedBurst": 1,
                        "frCircuitExcessBurst": 1,
                        "frCircuitThroughput": 1
                      }
                    },
                    "frErrTable": {
                      "frErrEntry": [
                        {
                          "frErrIfIndex": "configured-value",
                          "frErrType": "default",
                          "frErrData": "QmFzZTY0",
                          "frErrTime": "10:30:45"
                        }
                      ],
                      "object-1": {
                        "frCircuitDlci": "configured-value",
                        "frCircuitIfIndex": "configured-value"
                      },
                      "object-2": {
                        "frCircuitIfIndex": "configured-value",
                        "frCircuitDlci": "configured-value"
                      },
                      "object-3": {
                        "frCircuitIfIndex": "configured-value",
                        "frCircuitDlci": "configured-value",
                        "frCircuitState": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve RFC1315-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frame-relay-globals": {
      "get": {
        "summary": "Get frame-relay-globals",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frame-relay-globals",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frTrapState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frame-relay-globals": {
                    "frTrapState": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frame-relay-globals from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frame-relay-globals/frTrapState": {
      "get": {
        "summary": "Get frTrapState",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frame-relay-globals-frTrapState",
        "tags": [
          "RFC1315-MIB"
        ],
        "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": {
                  "RFC1315-MIB:frTrapState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frTrapState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable": {
      "get": {
        "summary": "Get frDlcmiTable",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frDlcmiEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "frDlcmiIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "frDlcmiState": {
                            "type": "string",
                            "example": "active"
                          },
                          "frDlcmiAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "frDlcmiAddressLen": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "frDlcmiPollingInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "frDlcmiFullEnquiryInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "frDlcmiErrorThreshold": {
                            "type": "integer",
                            "example": 0
                          },
                          "frDlcmiMonitoredEvents": {
                            "type": "integer",
                            "example": 1
                          },
                          "frDlcmiMaxSupportedVCs": {
                            "type": "integer",
                            "example": 1
                          },
                          "frDlcmiMulticast": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frDlcmiTable": {
                    "frDlcmiEntry": [
                      {
                        "frDlcmiIfIndex": "configured-value",
                        "frDlcmiState": "default",
                        "frDlcmiAddress": "default",
                        "frDlcmiAddressLen": "default",
                        "frDlcmiPollingInterval": 1,
                        "frDlcmiFullEnquiryInterval": 1,
                        "frDlcmiErrorThreshold": 0,
                        "frDlcmiMonitoredEvents": 1,
                        "frDlcmiMaxSupportedVCs": 1,
                        "frDlcmiMulticast": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry": {
      "get": {
        "summary": "Get frDlcmiEntry",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "frDlcmiIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "frDlcmiState": {
                        "type": "string",
                        "example": "active"
                      },
                      "frDlcmiAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "frDlcmiAddressLen": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "frDlcmiPollingInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "frDlcmiFullEnquiryInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "frDlcmiErrorThreshold": {
                        "type": "integer",
                        "example": 0
                      },
                      "frDlcmiMonitoredEvents": {
                        "type": "integer",
                        "example": 1
                      },
                      "frDlcmiMaxSupportedVCs": {
                        "type": "integer",
                        "example": 1
                      },
                      "frDlcmiMulticast": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frDlcmiEntry": [
                    {
                      "frDlcmiIfIndex": "configured-value",
                      "frDlcmiState": "default",
                      "frDlcmiAddress": "default",
                      "frDlcmiAddressLen": "default",
                      "frDlcmiPollingInterval": 1,
                      "frDlcmiFullEnquiryInterval": 1,
                      "frDlcmiErrorThreshold": 0,
                      "frDlcmiMonitoredEvents": 1,
                      "frDlcmiMaxSupportedVCs": 1,
                      "frDlcmiMulticast": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiIfIndex": {
      "get": {
        "summary": "Get frDlcmiIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiState": {
      "get": {
        "summary": "Get frDlcmiState",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiState",
        "tags": [
          "RFC1315-MIB"
        ],
        "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": {
                  "RFC1315-MIB:frDlcmiState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiAddress": {
      "get": {
        "summary": "Get frDlcmiAddress",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiAddress",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RFC1315-MIB:frDlcmiAddress": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiAddressLen": {
      "get": {
        "summary": "Get frDlcmiAddressLen",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiAddressLen",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RFC1315-MIB:frDlcmiAddressLen": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiAddressLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiPollingInterval": {
      "get": {
        "summary": "Get frDlcmiPollingInterval",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiPollingInterval",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiPollingInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiPollingInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiFullEnquiryInterval": {
      "get": {
        "summary": "Get frDlcmiFullEnquiryInterval",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiFullEnquiryInterval",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiFullEnquiryInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiFullEnquiryInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiErrorThreshold": {
      "get": {
        "summary": "Get frDlcmiErrorThreshold",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiErrorThreshold",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 0
                },
                "example": {
                  "RFC1315-MIB:frDlcmiErrorThreshold": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiErrorThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiMonitoredEvents": {
      "get": {
        "summary": "Get frDlcmiMonitoredEvents",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiMonitoredEvents",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiMonitoredEvents": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiMonitoredEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiMaxSupportedVCs": {
      "get": {
        "summary": "Get frDlcmiMaxSupportedVCs",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiMaxSupportedVCs",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiMaxSupportedVCs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiMaxSupportedVCs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frDlcmiTable/frDlcmiEntry/frDlcmiMulticast": {
      "get": {
        "summary": "Get frDlcmiMulticast",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frDlcmiTable-frDlcmiEntry-frDlcmiMulticast",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frDlcmiMulticast": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frDlcmiMulticast from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable": {
      "get": {
        "summary": "Get frCircuitTable",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frCircuitEntry": {
                      "type": "object",
                      "properties": {
                        "frCircuitIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitDlci": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitState": {
                          "type": "string",
                          "example": "active"
                        },
                        "frCircuitReceivedFECNs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitReceivedBECNs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitSentFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitSentOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitReceivedFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitReceivedOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitCreationTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "frCircuitLastTimeChange": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "frCircuitCommittedBurst": {
                          "type": "integer",
                          "example": 1
                        },
                        "frCircuitExcessBurst": {
                          "type": "integer",
                          "example": 1
                        },
                        "frCircuitThroughput": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frCircuitTable": {
                    "frCircuitEntry": {
                      "frCircuitIfIndex": "configured-value",
                      "frCircuitDlci": "configured-value",
                      "frCircuitState": "default",
                      "frCircuitReceivedFECNs": "configured-value",
                      "frCircuitReceivedBECNs": "configured-value",
                      "frCircuitSentFrames": "configured-value",
                      "frCircuitSentOctets": "configured-value",
                      "frCircuitReceivedFrames": "configured-value",
                      "frCircuitReceivedOctets": "configured-value",
                      "frCircuitCreationTime": "10:30:45",
                      "frCircuitLastTimeChange": "10:30:45",
                      "frCircuitCommittedBurst": 1,
                      "frCircuitExcessBurst": 1,
                      "frCircuitThroughput": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry": {
      "get": {
        "summary": "Get frCircuitEntry",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frCircuitIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitDlci": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitState": {
                      "type": "string",
                      "example": "active"
                    },
                    "frCircuitReceivedFECNs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitReceivedBECNs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitSentFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitSentOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitReceivedFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitReceivedOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitCreationTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "frCircuitLastTimeChange": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "frCircuitCommittedBurst": {
                      "type": "integer",
                      "example": 1
                    },
                    "frCircuitExcessBurst": {
                      "type": "integer",
                      "example": 1
                    },
                    "frCircuitThroughput": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frCircuitEntry": {
                    "frCircuitIfIndex": "configured-value",
                    "frCircuitDlci": "configured-value",
                    "frCircuitState": "default",
                    "frCircuitReceivedFECNs": "configured-value",
                    "frCircuitReceivedBECNs": "configured-value",
                    "frCircuitSentFrames": "configured-value",
                    "frCircuitSentOctets": "configured-value",
                    "frCircuitReceivedFrames": "configured-value",
                    "frCircuitReceivedOctets": "configured-value",
                    "frCircuitCreationTime": "10:30:45",
                    "frCircuitLastTimeChange": "10:30:45",
                    "frCircuitCommittedBurst": 1,
                    "frCircuitExcessBurst": 1,
                    "frCircuitThroughput": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitIfIndex": {
      "get": {
        "summary": "Get frCircuitIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitDlci": {
      "get": {
        "summary": "Get frCircuitDlci",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitDlci",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitDlci": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitDlci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitState": {
      "get": {
        "summary": "Get frCircuitState",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitState",
        "tags": [
          "RFC1315-MIB"
        ],
        "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": {
                  "RFC1315-MIB:frCircuitState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitReceivedFECNs": {
      "get": {
        "summary": "Get frCircuitReceivedFECNs",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitReceivedFECNs",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitReceivedFECNs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitReceivedFECNs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitReceivedBECNs": {
      "get": {
        "summary": "Get frCircuitReceivedBECNs",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitReceivedBECNs",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitReceivedBECNs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitReceivedBECNs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitSentFrames": {
      "get": {
        "summary": "Get frCircuitSentFrames",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitSentFrames",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitSentFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitSentFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitSentOctets": {
      "get": {
        "summary": "Get frCircuitSentOctets",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitSentOctets",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitSentOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitSentOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitReceivedFrames": {
      "get": {
        "summary": "Get frCircuitReceivedFrames",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitReceivedFrames",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitReceivedFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitReceivedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitReceivedOctets": {
      "get": {
        "summary": "Get frCircuitReceivedOctets",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitReceivedOctets",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitReceivedOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitReceivedOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitCreationTime": {
      "get": {
        "summary": "Get frCircuitCreationTime",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitCreationTime",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RFC1315-MIB:frCircuitCreationTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitCreationTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitLastTimeChange": {
      "get": {
        "summary": "Get frCircuitLastTimeChange",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitLastTimeChange",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RFC1315-MIB:frCircuitLastTimeChange": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitLastTimeChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitCommittedBurst": {
      "get": {
        "summary": "Get frCircuitCommittedBurst",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitCommittedBurst",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitCommittedBurst": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitCommittedBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitExcessBurst": {
      "get": {
        "summary": "Get frCircuitExcessBurst",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitExcessBurst",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitExcessBurst": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitExcessBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frCircuitTable/frCircuitEntry/frCircuitThroughput": {
      "get": {
        "summary": "Get frCircuitThroughput",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frCircuitTable-frCircuitEntry-frCircuitThroughput",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitThroughput": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitThroughput from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable": {
      "get": {
        "summary": "Get frErrTable",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frErrEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "frErrIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "frErrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "frErrData": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "frErrTime": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "frCircuitDlci": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "frCircuitIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitDlci": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "frCircuitIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitDlci": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "frCircuitState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frErrTable": {
                    "frErrEntry": [
                      {
                        "frErrIfIndex": "configured-value",
                        "frErrType": "default",
                        "frErrData": "QmFzZTY0",
                        "frErrTime": "10:30:45"
                      }
                    ],
                    "object-1": {
                      "frCircuitDlci": "configured-value",
                      "frCircuitIfIndex": "configured-value"
                    },
                    "object-2": {
                      "frCircuitIfIndex": "configured-value",
                      "frCircuitDlci": "configured-value"
                    },
                    "object-3": {
                      "frCircuitIfIndex": "configured-value",
                      "frCircuitDlci": "configured-value",
                      "frCircuitState": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/frErrEntry": {
      "get": {
        "summary": "Get frErrEntry",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-frErrEntry",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "frErrIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "frErrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "frErrData": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "frErrTime": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frErrEntry": [
                    {
                      "frErrIfIndex": "configured-value",
                      "frErrType": "default",
                      "frErrData": "QmFzZTY0",
                      "frErrTime": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/frErrEntry/frErrIfIndex": {
      "get": {
        "summary": "Get frErrIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-frErrEntry-frErrIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frErrIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/frErrEntry/frErrType": {
      "get": {
        "summary": "Get frErrType",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-frErrEntry-frErrType",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frErrType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/frErrEntry/frErrData": {
      "get": {
        "summary": "Get frErrData",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-frErrEntry-frErrData",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:frErrData": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/frErrEntry/frErrTime": {
      "get": {
        "summary": "Get frErrTime",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-frErrEntry-frErrTime",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RFC1315-MIB:frErrTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frErrTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-1",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frCircuitDlci": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:object-1": {
                    "frCircuitDlci": "configured-value",
                    "frCircuitIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-1/frCircuitDlci": {
      "get": {
        "summary": "Get frCircuitDlci",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-1-frCircuitDlci",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitDlci": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitDlci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-1/frCircuitIfIndex": {
      "get": {
        "summary": "Get frCircuitIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-1-frCircuitIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-2",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frCircuitIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitDlci": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:object-2": {
                    "frCircuitIfIndex": "configured-value",
                    "frCircuitDlci": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-2/frCircuitIfIndex": {
      "get": {
        "summary": "Get frCircuitIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-2-frCircuitIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-2/frCircuitDlci": {
      "get": {
        "summary": "Get frCircuitDlci",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-2-frCircuitDlci",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitDlci": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitDlci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-3",
        "tags": [
          "RFC1315-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "frCircuitIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitDlci": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "frCircuitState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RFC1315-MIB:object-3": {
                    "frCircuitIfIndex": "configured-value",
                    "frCircuitDlci": "configured-value",
                    "frCircuitState": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-3/frCircuitIfIndex": {
      "get": {
        "summary": "Get frCircuitIfIndex",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-3-frCircuitIfIndex",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-3/frCircuitDlci": {
      "get": {
        "summary": "Get frCircuitDlci",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-3-frCircuitDlci",
        "tags": [
          "RFC1315-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": {
                  "RFC1315-MIB:frCircuitDlci": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitDlci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RFC1315-MIB:RFC1315-MIB/frErrTable/object-3/frCircuitState": {
      "get": {
        "summary": "Get frCircuitState",
        "operationId": "get-RFC1315-MIB:RFC1315-MIB-frErrTable-object-3-frCircuitState",
        "tags": [
          "RFC1315-MIB"
        ],
        "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": {
                  "RFC1315-MIB:frCircuitState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve frCircuitState 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": []
    }
  ]
}
