{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - SONET-MIB",
    "description": "MIB data from `SONET-MIB` module.\n\n**Root containers:** 1 (SONET-MIB)\n**Paths:** 132 | **Descendants:** 131\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": "SONET-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/SONET-MIB:SONET-MIB": {
      "get": {
        "summary": "Get SONET-MIB",
        "operationId": "get-SONET-MIB:SONET-MIB",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetMedium": {
                      "type": "object",
                      "properties": {
                        "sonetSESthresholdSet": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetMediumTable": {
                      "type": "object",
                      "properties": {
                        "sonetMediumEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetMediumType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetMediumTimeElapsed": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetMediumValidIntervals": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetMediumLineCoding": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetMediumLineType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetMediumCircuitIdentifier": {
                                "type": "string",
                                "example": "1"
                              },
                              "sonetMediumInvalidIntervals": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetMediumLoopbackConfig": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetSectionCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetSectionCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetSectionCurrentStatus": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetSectionCurrentESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetSectionCurrentSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetSectionCurrentSEFSs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetSectionCurrentCVs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetSectionIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetSectionIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetSectionIntervalESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetSectionIntervalSESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetSectionIntervalSEFSs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetSectionIntervalCVs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetSectionIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetLineCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetLineCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetLineCurrentStatus": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetLineCurrentESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetLineCurrentSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetLineCurrentCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetLineCurrentUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetLineIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetLineIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetLineIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetLineIntervalESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetLineIntervalSESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetLineIntervalCVs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetLineIntervalUASs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetLineIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetFarEndLineCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndLineCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndLineCurrentESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndLineCurrentSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndLineCurrentCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndLineCurrentUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndLineIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndLineIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetFarEndLineIntervalESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndLineIntervalSESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndLineIntervalCVs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndLineIntervalUASs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndLineIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetPathCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetPathCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetPathCurrentWidth": {
                                "type": "string",
                                "example": "1"
                              },
                              "sonetPathCurrentStatus": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetPathCurrentESs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetPathCurrentSESs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetPathCurrentCVs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetPathCurrentUASs": {
                                "type": "string",
                                "example": "/data/example"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "sonetPathIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetPathIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetPathIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetPathIntervalESs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetPathIntervalSESs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetPathIntervalCVs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetPathIntervalUASs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetPathIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "sonetFarEndPathCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndPathCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndPathCurrentESs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetFarEndPathCurrentSESs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetFarEndPathCurrentCVs": {
                                "type": "string",
                                "example": "/data/example"
                              },
                              "sonetFarEndPathCurrentUASs": {
                                "type": "string",
                                "example": "/data/example"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "sonetFarEndPathIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndPathIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndPathIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetFarEndPathIntervalESs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetFarEndPathIntervalSESs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetFarEndPathIntervalCVs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetFarEndPathIntervalUASs": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "sonetFarEndPathIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "sonetVTCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetVTCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetVTCurrentWidth": {
                                "type": "string",
                                "example": "1"
                              },
                              "sonetVTCurrentStatus": {
                                "type": "integer",
                                "example": 1
                              },
                              "sonetVTCurrentESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetVTCurrentSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetVTCurrentCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetVTCurrentUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetVTIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetVTIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetVTIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetVTIntervalESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetVTIntervalSESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetVTIntervalCVs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetVTIntervalUASs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetVTIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetFarEndVTCurrentTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndVTCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndVTCurrentESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndVTCurrentSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndVTCurrentCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sonetFarEndVTCurrentUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalTable": {
                      "type": "object",
                      "properties": {
                        "sonetFarEndVTIntervalEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndVTIntervalNumber": {
                              "type": "integer",
                              "example": 10
                            },
                            "sonetFarEndVTIntervalESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndVTIntervalSESs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndVTIntervalCVs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndVTIntervalUASs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "sonetFarEndVTIntervalValidData": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:SONET-MIB": {
                    "sonetMedium": {
                      "sonetSESthresholdSet": "default"
                    },
                    "sonetMediumTable": {
                      "sonetMediumEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetMediumType": "default",
                          "sonetMediumTimeElapsed": 1,
                          "sonetMediumValidIntervals": 1,
                          "sonetMediumLineCoding": "default",
                          "sonetMediumLineType": "default",
                          "sonetMediumCircuitIdentifier": "1",
                          "sonetMediumInvalidIntervals": 1,
                          "sonetMediumLoopbackConfig": ""
                        }
                      ]
                    },
                    "sonetSectionCurrentTable": {
                      "sonetSectionCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetSectionCurrentStatus": 1,
                          "sonetSectionCurrentESs": "configured-value",
                          "sonetSectionCurrentSESs": "configured-value",
                          "sonetSectionCurrentSEFSs": "configured-value",
                          "sonetSectionCurrentCVs": "configured-value"
                        }
                      ]
                    },
                    "sonetSectionIntervalTable": {
                      "sonetSectionIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetSectionIntervalNumber": 10,
                        "sonetSectionIntervalESs": "configured-value",
                        "sonetSectionIntervalSESs": "configured-value",
                        "sonetSectionIntervalSEFSs": "configured-value",
                        "sonetSectionIntervalCVs": "configured-value",
                        "sonetSectionIntervalValidData": true
                      }
                    },
                    "sonetLineCurrentTable": {
                      "sonetLineCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetLineCurrentStatus": 1,
                          "sonetLineCurrentESs": "configured-value",
                          "sonetLineCurrentSESs": "configured-value",
                          "sonetLineCurrentCVs": "configured-value",
                          "sonetLineCurrentUASs": "configured-value"
                        }
                      ]
                    },
                    "sonetLineIntervalTable": {
                      "sonetLineIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetLineIntervalNumber": 10,
                        "sonetLineIntervalESs": "configured-value",
                        "sonetLineIntervalSESs": "configured-value",
                        "sonetLineIntervalCVs": "configured-value",
                        "sonetLineIntervalUASs": "configured-value",
                        "sonetLineIntervalValidData": true
                      }
                    },
                    "sonetFarEndLineCurrentTable": {
                      "sonetFarEndLineCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetFarEndLineCurrentESs": "configured-value",
                          "sonetFarEndLineCurrentSESs": "configured-value",
                          "sonetFarEndLineCurrentCVs": "configured-value",
                          "sonetFarEndLineCurrentUASs": "configured-value"
                        }
                      ]
                    },
                    "sonetFarEndLineIntervalTable": {
                      "sonetFarEndLineIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetFarEndLineIntervalNumber": 10,
                        "sonetFarEndLineIntervalESs": "configured-value",
                        "sonetFarEndLineIntervalSESs": "configured-value",
                        "sonetFarEndLineIntervalCVs": "configured-value",
                        "sonetFarEndLineIntervalUASs": "configured-value",
                        "sonetFarEndLineIntervalValidData": true
                      }
                    },
                    "sonetPathCurrentTable": {
                      "sonetPathCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetPathCurrentWidth": "default",
                          "sonetPathCurrentStatus": 1,
                          "sonetPathCurrentESs": "/data/example",
                          "sonetPathCurrentSESs": "/data/example",
                          "sonetPathCurrentCVs": "/data/example",
                          "sonetPathCurrentUASs": "/data/example"
                        }
                      ]
                    },
                    "sonetPathIntervalTable": {
                      "sonetPathIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetPathIntervalNumber": 10,
                        "sonetPathIntervalESs": "/data/example",
                        "sonetPathIntervalSESs": "/data/example",
                        "sonetPathIntervalCVs": "/data/example",
                        "sonetPathIntervalUASs": "/data/example",
                        "sonetPathIntervalValidData": true
                      }
                    },
                    "sonetFarEndPathCurrentTable": {
                      "sonetFarEndPathCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetFarEndPathCurrentESs": "/data/example",
                          "sonetFarEndPathCurrentSESs": "/data/example",
                          "sonetFarEndPathCurrentCVs": "/data/example",
                          "sonetFarEndPathCurrentUASs": "/data/example"
                        }
                      ]
                    },
                    "sonetFarEndPathIntervalTable": {
                      "sonetFarEndPathIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetFarEndPathIntervalNumber": 10,
                        "sonetFarEndPathIntervalESs": "/data/example",
                        "sonetFarEndPathIntervalSESs": "/data/example",
                        "sonetFarEndPathIntervalCVs": "/data/example",
                        "sonetFarEndPathIntervalUASs": "/data/example",
                        "sonetFarEndPathIntervalValidData": true
                      }
                    },
                    "sonetVTCurrentTable": {
                      "sonetVTCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetVTCurrentWidth": "default",
                          "sonetVTCurrentStatus": 1,
                          "sonetVTCurrentESs": "configured-value",
                          "sonetVTCurrentSESs": "configured-value",
                          "sonetVTCurrentCVs": "configured-value",
                          "sonetVTCurrentUASs": "configured-value"
                        }
                      ]
                    },
                    "sonetVTIntervalTable": {
                      "sonetVTIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetVTIntervalNumber": 10,
                        "sonetVTIntervalESs": "configured-value",
                        "sonetVTIntervalSESs": "configured-value",
                        "sonetVTIntervalCVs": "configured-value",
                        "sonetVTIntervalUASs": "configured-value",
                        "sonetVTIntervalValidData": true
                      }
                    },
                    "sonetFarEndVTCurrentTable": {
                      "sonetFarEndVTCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "sonetFarEndVTCurrentESs": "configured-value",
                          "sonetFarEndVTCurrentSESs": "configured-value",
                          "sonetFarEndVTCurrentCVs": "configured-value",
                          "sonetFarEndVTCurrentUASs": "configured-value"
                        }
                      ]
                    },
                    "sonetFarEndVTIntervalTable": {
                      "sonetFarEndVTIntervalEntry": {
                        "ifIndex": "configured-value",
                        "sonetFarEndVTIntervalNumber": 10,
                        "sonetFarEndVTIntervalESs": "configured-value",
                        "sonetFarEndVTIntervalSESs": "configured-value",
                        "sonetFarEndVTIntervalCVs": "configured-value",
                        "sonetFarEndVTIntervalUASs": "configured-value",
                        "sonetFarEndVTIntervalValidData": true
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve SONET-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMedium": {
      "get": {
        "summary": "Get sonetMedium",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMedium",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetSESthresholdSet": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetMedium": {
                    "sonetSESthresholdSet": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMedium from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMedium/sonetSESthresholdSet": {
      "get": {
        "summary": "Get sonetSESthresholdSet",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMedium-sonetSESthresholdSet",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSESthresholdSet": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSESthresholdSet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable": {
      "get": {
        "summary": "Get sonetMediumTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetMediumEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetMediumType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetMediumTimeElapsed": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetMediumValidIntervals": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetMediumLineCoding": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetMediumLineType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetMediumCircuitIdentifier": {
                            "type": "string",
                            "example": "1"
                          },
                          "sonetMediumInvalidIntervals": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetMediumLoopbackConfig": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetMediumTable": {
                    "sonetMediumEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetMediumType": "default",
                        "sonetMediumTimeElapsed": 1,
                        "sonetMediumValidIntervals": 1,
                        "sonetMediumLineCoding": "default",
                        "sonetMediumLineType": "default",
                        "sonetMediumCircuitIdentifier": "1",
                        "sonetMediumInvalidIntervals": 1,
                        "sonetMediumLoopbackConfig": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry": {
      "get": {
        "summary": "Get sonetMediumEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetMediumType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetMediumTimeElapsed": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetMediumValidIntervals": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetMediumLineCoding": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetMediumLineType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetMediumCircuitIdentifier": {
                        "type": "string",
                        "example": "1"
                      },
                      "sonetMediumInvalidIntervals": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetMediumLoopbackConfig": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetMediumEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetMediumType": "default",
                      "sonetMediumTimeElapsed": 1,
                      "sonetMediumValidIntervals": 1,
                      "sonetMediumLineCoding": "default",
                      "sonetMediumLineType": "default",
                      "sonetMediumCircuitIdentifier": "1",
                      "sonetMediumInvalidIntervals": 1,
                      "sonetMediumLoopbackConfig": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumType": {
      "get": {
        "summary": "Get sonetMediumType",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumType",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumTimeElapsed": {
      "get": {
        "summary": "Get sonetMediumTimeElapsed",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumTimeElapsed",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumTimeElapsed": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumTimeElapsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumValidIntervals": {
      "get": {
        "summary": "Get sonetMediumValidIntervals",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumValidIntervals",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumValidIntervals": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumValidIntervals from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumLineCoding": {
      "get": {
        "summary": "Get sonetMediumLineCoding",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumLineCoding",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumLineCoding": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumLineCoding from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumLineType": {
      "get": {
        "summary": "Get sonetMediumLineType",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumLineType",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumLineType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumLineType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumCircuitIdentifier": {
      "get": {
        "summary": "Get sonetMediumCircuitIdentifier",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumCircuitIdentifier",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "SONET-MIB:sonetMediumCircuitIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumCircuitIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumInvalidIntervals": {
      "get": {
        "summary": "Get sonetMediumInvalidIntervals",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumInvalidIntervals",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumInvalidIntervals": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumInvalidIntervals from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetMediumTable/sonetMediumEntry/sonetMediumLoopbackConfig": {
      "get": {
        "summary": "Get sonetMediumLoopbackConfig",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetMediumTable-sonetMediumEntry-sonetMediumLoopbackConfig",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetMediumLoopbackConfig": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetMediumLoopbackConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable": {
      "get": {
        "summary": "Get sonetSectionCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetSectionCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetSectionCurrentStatus": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetSectionCurrentESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetSectionCurrentSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetSectionCurrentSEFSs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetSectionCurrentCVs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetSectionCurrentTable": {
                    "sonetSectionCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetSectionCurrentStatus": 1,
                        "sonetSectionCurrentESs": "configured-value",
                        "sonetSectionCurrentSESs": "configured-value",
                        "sonetSectionCurrentSEFSs": "configured-value",
                        "sonetSectionCurrentCVs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry": {
      "get": {
        "summary": "Get sonetSectionCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetSectionCurrentStatus": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetSectionCurrentESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetSectionCurrentSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetSectionCurrentSEFSs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetSectionCurrentCVs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetSectionCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetSectionCurrentStatus": 1,
                      "sonetSectionCurrentESs": "configured-value",
                      "sonetSectionCurrentSESs": "configured-value",
                      "sonetSectionCurrentSEFSs": "configured-value",
                      "sonetSectionCurrentCVs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/sonetSectionCurrentStatus": {
      "get": {
        "summary": "Get sonetSectionCurrentStatus",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-sonetSectionCurrentStatus",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionCurrentStatus": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/sonetSectionCurrentESs": {
      "get": {
        "summary": "Get sonetSectionCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-sonetSectionCurrentESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionCurrentESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/sonetSectionCurrentSESs": {
      "get": {
        "summary": "Get sonetSectionCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-sonetSectionCurrentSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionCurrentSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/sonetSectionCurrentSEFSs": {
      "get": {
        "summary": "Get sonetSectionCurrentSEFSs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-sonetSectionCurrentSEFSs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionCurrentSEFSs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentSEFSs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionCurrentTable/sonetSectionCurrentEntry/sonetSectionCurrentCVs": {
      "get": {
        "summary": "Get sonetSectionCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionCurrentTable-sonetSectionCurrentEntry-sonetSectionCurrentCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionCurrentCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable": {
      "get": {
        "summary": "Get sonetSectionIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetSectionIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetSectionIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetSectionIntervalESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetSectionIntervalSESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetSectionIntervalSEFSs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetSectionIntervalCVs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetSectionIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetSectionIntervalTable": {
                    "sonetSectionIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetSectionIntervalNumber": 10,
                      "sonetSectionIntervalESs": "configured-value",
                      "sonetSectionIntervalSESs": "configured-value",
                      "sonetSectionIntervalSEFSs": "configured-value",
                      "sonetSectionIntervalCVs": "configured-value",
                      "sonetSectionIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry": {
      "get": {
        "summary": "Get sonetSectionIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetSectionIntervalESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalSESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalSEFSs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalCVs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetSectionIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetSectionIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetSectionIntervalNumber": 10,
                    "sonetSectionIntervalESs": "configured-value",
                    "sonetSectionIntervalSESs": "configured-value",
                    "sonetSectionIntervalSEFSs": "configured-value",
                    "sonetSectionIntervalCVs": "configured-value",
                    "sonetSectionIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalNumber": {
      "get": {
        "summary": "Get sonetSectionIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetSectionIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalESs": {
      "get": {
        "summary": "Get sonetSectionIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionIntervalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalSESs": {
      "get": {
        "summary": "Get sonetSectionIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionIntervalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalSEFSs": {
      "get": {
        "summary": "Get sonetSectionIntervalSEFSs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalSEFSs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionIntervalSEFSs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalSEFSs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalCVs": {
      "get": {
        "summary": "Get sonetSectionIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetSectionIntervalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetSectionIntervalTable/sonetSectionIntervalEntry/sonetSectionIntervalValidData": {
      "get": {
        "summary": "Get sonetSectionIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetSectionIntervalTable-sonetSectionIntervalEntry-sonetSectionIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetSectionIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetSectionIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable": {
      "get": {
        "summary": "Get sonetLineCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetLineCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetLineCurrentStatus": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetLineCurrentESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetLineCurrentSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetLineCurrentCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetLineCurrentUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetLineCurrentTable": {
                    "sonetLineCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetLineCurrentStatus": 1,
                        "sonetLineCurrentESs": "configured-value",
                        "sonetLineCurrentSESs": "configured-value",
                        "sonetLineCurrentCVs": "configured-value",
                        "sonetLineCurrentUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry": {
      "get": {
        "summary": "Get sonetLineCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetLineCurrentStatus": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetLineCurrentESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetLineCurrentSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetLineCurrentCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetLineCurrentUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetLineCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetLineCurrentStatus": 1,
                      "sonetLineCurrentESs": "configured-value",
                      "sonetLineCurrentSESs": "configured-value",
                      "sonetLineCurrentCVs": "configured-value",
                      "sonetLineCurrentUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/sonetLineCurrentStatus": {
      "get": {
        "summary": "Get sonetLineCurrentStatus",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-sonetLineCurrentStatus",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineCurrentStatus": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/sonetLineCurrentESs": {
      "get": {
        "summary": "Get sonetLineCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-sonetLineCurrentESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineCurrentESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/sonetLineCurrentSESs": {
      "get": {
        "summary": "Get sonetLineCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-sonetLineCurrentSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineCurrentSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/sonetLineCurrentCVs": {
      "get": {
        "summary": "Get sonetLineCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-sonetLineCurrentCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineCurrentCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineCurrentTable/sonetLineCurrentEntry/sonetLineCurrentUASs": {
      "get": {
        "summary": "Get sonetLineCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineCurrentTable-sonetLineCurrentEntry-sonetLineCurrentUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineCurrentUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable": {
      "get": {
        "summary": "Get sonetLineIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetLineIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetLineIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetLineIntervalESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetLineIntervalSESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetLineIntervalCVs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetLineIntervalUASs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetLineIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetLineIntervalTable": {
                    "sonetLineIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetLineIntervalNumber": 10,
                      "sonetLineIntervalESs": "configured-value",
                      "sonetLineIntervalSESs": "configured-value",
                      "sonetLineIntervalCVs": "configured-value",
                      "sonetLineIntervalUASs": "configured-value",
                      "sonetLineIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry": {
      "get": {
        "summary": "Get sonetLineIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetLineIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetLineIntervalESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetLineIntervalSESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetLineIntervalCVs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetLineIntervalUASs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetLineIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetLineIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetLineIntervalNumber": 10,
                    "sonetLineIntervalESs": "configured-value",
                    "sonetLineIntervalSESs": "configured-value",
                    "sonetLineIntervalCVs": "configured-value",
                    "sonetLineIntervalUASs": "configured-value",
                    "sonetLineIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalNumber": {
      "get": {
        "summary": "Get sonetLineIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetLineIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalESs": {
      "get": {
        "summary": "Get sonetLineIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineIntervalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalSESs": {
      "get": {
        "summary": "Get sonetLineIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineIntervalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalCVs": {
      "get": {
        "summary": "Get sonetLineIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineIntervalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalUASs": {
      "get": {
        "summary": "Get sonetLineIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetLineIntervalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetLineIntervalTable/sonetLineIntervalEntry/sonetLineIntervalValidData": {
      "get": {
        "summary": "Get sonetLineIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetLineIntervalTable-sonetLineIntervalEntry-sonetLineIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetLineIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetLineIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndLineCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndLineCurrentESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndLineCurrentSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndLineCurrentCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndLineCurrentUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineCurrentTable": {
                    "sonetFarEndLineCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetFarEndLineCurrentESs": "configured-value",
                        "sonetFarEndLineCurrentSESs": "configured-value",
                        "sonetFarEndLineCurrentCVs": "configured-value",
                        "sonetFarEndLineCurrentUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndLineCurrentESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndLineCurrentSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndLineCurrentCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndLineCurrentUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetFarEndLineCurrentESs": "configured-value",
                      "sonetFarEndLineCurrentSESs": "configured-value",
                      "sonetFarEndLineCurrentCVs": "configured-value",
                      "sonetFarEndLineCurrentUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry/sonetFarEndLineCurrentESs": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry-sonetFarEndLineCurrentESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineCurrentESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry/sonetFarEndLineCurrentSESs": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry-sonetFarEndLineCurrentSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineCurrentSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry/sonetFarEndLineCurrentCVs": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry-sonetFarEndLineCurrentCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineCurrentCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineCurrentTable/sonetFarEndLineCurrentEntry/sonetFarEndLineCurrentUASs": {
      "get": {
        "summary": "Get sonetFarEndLineCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineCurrentTable-sonetFarEndLineCurrentEntry-sonetFarEndLineCurrentUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineCurrentUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndLineIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndLineIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetFarEndLineIntervalESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndLineIntervalSESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndLineIntervalCVs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndLineIntervalUASs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndLineIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineIntervalTable": {
                    "sonetFarEndLineIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetFarEndLineIntervalNumber": 10,
                      "sonetFarEndLineIntervalESs": "configured-value",
                      "sonetFarEndLineIntervalSESs": "configured-value",
                      "sonetFarEndLineIntervalCVs": "configured-value",
                      "sonetFarEndLineIntervalUASs": "configured-value",
                      "sonetFarEndLineIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetFarEndLineIntervalESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalSESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalCVs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalUASs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndLineIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetFarEndLineIntervalNumber": 10,
                    "sonetFarEndLineIntervalESs": "configured-value",
                    "sonetFarEndLineIntervalSESs": "configured-value",
                    "sonetFarEndLineIntervalCVs": "configured-value",
                    "sonetFarEndLineIntervalUASs": "configured-value",
                    "sonetFarEndLineIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalNumber": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalESs": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineIntervalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalSESs": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineIntervalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalCVs": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineIntervalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalUASs": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndLineIntervalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndLineIntervalTable/sonetFarEndLineIntervalEntry/sonetFarEndLineIntervalValidData": {
      "get": {
        "summary": "Get sonetFarEndLineIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndLineIntervalTable-sonetFarEndLineIntervalEntry-sonetFarEndLineIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetFarEndLineIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndLineIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable": {
      "get": {
        "summary": "Get sonetPathCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetPathCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetPathCurrentWidth": {
                            "type": "string",
                            "example": "1"
                          },
                          "sonetPathCurrentStatus": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetPathCurrentESs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetPathCurrentSESs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetPathCurrentCVs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetPathCurrentUASs": {
                            "type": "string",
                            "example": "/data/example"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentTable": {
                    "sonetPathCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetPathCurrentWidth": "default",
                        "sonetPathCurrentStatus": 1,
                        "sonetPathCurrentESs": "/data/example",
                        "sonetPathCurrentSESs": "/data/example",
                        "sonetPathCurrentCVs": "/data/example",
                        "sonetPathCurrentUASs": "/data/example"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry": {
      "get": {
        "summary": "Get sonetPathCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetPathCurrentWidth": {
                        "type": "string",
                        "example": "1"
                      },
                      "sonetPathCurrentStatus": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetPathCurrentESs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetPathCurrentSESs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetPathCurrentCVs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetPathCurrentUASs": {
                        "type": "string",
                        "example": "/data/example"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetPathCurrentWidth": "default",
                      "sonetPathCurrentStatus": 1,
                      "sonetPathCurrentESs": "/data/example",
                      "sonetPathCurrentSESs": "/data/example",
                      "sonetPathCurrentCVs": "/data/example",
                      "sonetPathCurrentUASs": "/data/example"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentWidth": {
      "get": {
        "summary": "Get sonetPathCurrentWidth",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentWidth",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentWidth": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentWidth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentStatus": {
      "get": {
        "summary": "Get sonetPathCurrentStatus",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentStatus",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetPathCurrentStatus": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentESs": {
      "get": {
        "summary": "Get sonetPathCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentSESs": {
      "get": {
        "summary": "Get sonetPathCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentSESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentSESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentCVs": {
      "get": {
        "summary": "Get sonetPathCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentCVs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentCVs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathCurrentTable/sonetPathCurrentEntry/sonetPathCurrentUASs": {
      "get": {
        "summary": "Get sonetPathCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathCurrentTable-sonetPathCurrentEntry-sonetPathCurrentUASs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathCurrentUASs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable": {
      "get": {
        "summary": "Get sonetPathIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetPathIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetPathIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetPathIntervalESs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetPathIntervalSESs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetPathIntervalCVs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetPathIntervalUASs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetPathIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalTable": {
                    "sonetPathIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetPathIntervalNumber": 10,
                      "sonetPathIntervalESs": "/data/example",
                      "sonetPathIntervalSESs": "/data/example",
                      "sonetPathIntervalCVs": "/data/example",
                      "sonetPathIntervalUASs": "/data/example",
                      "sonetPathIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry": {
      "get": {
        "summary": "Get sonetPathIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetPathIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetPathIntervalESs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetPathIntervalSESs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetPathIntervalCVs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetPathIntervalUASs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetPathIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetPathIntervalNumber": 10,
                    "sonetPathIntervalESs": "/data/example",
                    "sonetPathIntervalSESs": "/data/example",
                    "sonetPathIntervalCVs": "/data/example",
                    "sonetPathIntervalUASs": "/data/example",
                    "sonetPathIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalNumber": {
      "get": {
        "summary": "Get sonetPathIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalESs": {
      "get": {
        "summary": "Get sonetPathIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalSESs": {
      "get": {
        "summary": "Get sonetPathIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalSESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalSESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalCVs": {
      "get": {
        "summary": "Get sonetPathIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalCVs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalCVs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalUASs": {
      "get": {
        "summary": "Get sonetPathIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalUASs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalUASs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetPathIntervalTable/sonetPathIntervalEntry/sonetPathIntervalValidData": {
      "get": {
        "summary": "Get sonetPathIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetPathIntervalTable-sonetPathIntervalEntry-sonetPathIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetPathIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetPathIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndPathCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndPathCurrentESs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetFarEndPathCurrentSESs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetFarEndPathCurrentCVs": {
                            "type": "string",
                            "example": "/data/example"
                          },
                          "sonetFarEndPathCurrentUASs": {
                            "type": "string",
                            "example": "/data/example"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentTable": {
                    "sonetFarEndPathCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetFarEndPathCurrentESs": "/data/example",
                        "sonetFarEndPathCurrentSESs": "/data/example",
                        "sonetFarEndPathCurrentCVs": "/data/example",
                        "sonetFarEndPathCurrentUASs": "/data/example"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndPathCurrentESs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetFarEndPathCurrentSESs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetFarEndPathCurrentCVs": {
                        "type": "string",
                        "example": "/data/example"
                      },
                      "sonetFarEndPathCurrentUASs": {
                        "type": "string",
                        "example": "/data/example"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetFarEndPathCurrentESs": "/data/example",
                      "sonetFarEndPathCurrentSESs": "/data/example",
                      "sonetFarEndPathCurrentCVs": "/data/example",
                      "sonetFarEndPathCurrentUASs": "/data/example"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry/sonetFarEndPathCurrentESs": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry-sonetFarEndPathCurrentESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry/sonetFarEndPathCurrentSESs": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry-sonetFarEndPathCurrentSESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentSESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry/sonetFarEndPathCurrentCVs": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry-sonetFarEndPathCurrentCVs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentCVs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathCurrentTable/sonetFarEndPathCurrentEntry/sonetFarEndPathCurrentUASs": {
      "get": {
        "summary": "Get sonetFarEndPathCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathCurrentTable-sonetFarEndPathCurrentEntry-sonetFarEndPathCurrentUASs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathCurrentUASs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndPathIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndPathIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetFarEndPathIntervalESs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetFarEndPathIntervalSESs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetFarEndPathIntervalCVs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetFarEndPathIntervalUASs": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "sonetFarEndPathIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalTable": {
                    "sonetFarEndPathIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetFarEndPathIntervalNumber": 10,
                      "sonetFarEndPathIntervalESs": "/data/example",
                      "sonetFarEndPathIntervalSESs": "/data/example",
                      "sonetFarEndPathIntervalCVs": "/data/example",
                      "sonetFarEndPathIntervalUASs": "/data/example",
                      "sonetFarEndPathIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndPathIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetFarEndPathIntervalESs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetFarEndPathIntervalSESs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetFarEndPathIntervalCVs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetFarEndPathIntervalUASs": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "sonetFarEndPathIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetFarEndPathIntervalNumber": 10,
                    "sonetFarEndPathIntervalESs": "/data/example",
                    "sonetFarEndPathIntervalSESs": "/data/example",
                    "sonetFarEndPathIntervalCVs": "/data/example",
                    "sonetFarEndPathIntervalUASs": "/data/example",
                    "sonetFarEndPathIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalNumber": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalESs": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalSESs": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalSESs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalSESs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalCVs": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalCVs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalCVs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalUASs": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalUASs",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalUASs": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndPathIntervalTable/sonetFarEndPathIntervalEntry/sonetFarEndPathIntervalValidData": {
      "get": {
        "summary": "Get sonetFarEndPathIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndPathIntervalTable-sonetFarEndPathIntervalEntry-sonetFarEndPathIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetFarEndPathIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndPathIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable": {
      "get": {
        "summary": "Get sonetVTCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetVTCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetVTCurrentWidth": {
                            "type": "string",
                            "example": "1"
                          },
                          "sonetVTCurrentStatus": {
                            "type": "integer",
                            "example": 1
                          },
                          "sonetVTCurrentESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetVTCurrentSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetVTCurrentCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetVTCurrentUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetVTCurrentTable": {
                    "sonetVTCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetVTCurrentWidth": "default",
                        "sonetVTCurrentStatus": 1,
                        "sonetVTCurrentESs": "configured-value",
                        "sonetVTCurrentSESs": "configured-value",
                        "sonetVTCurrentCVs": "configured-value",
                        "sonetVTCurrentUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry": {
      "get": {
        "summary": "Get sonetVTCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetVTCurrentWidth": {
                        "type": "string",
                        "example": "1"
                      },
                      "sonetVTCurrentStatus": {
                        "type": "integer",
                        "example": 1
                      },
                      "sonetVTCurrentESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetVTCurrentSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetVTCurrentCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetVTCurrentUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetVTCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetVTCurrentWidth": "default",
                      "sonetVTCurrentStatus": 1,
                      "sonetVTCurrentESs": "configured-value",
                      "sonetVTCurrentSESs": "configured-value",
                      "sonetVTCurrentCVs": "configured-value",
                      "sonetVTCurrentUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentWidth": {
      "get": {
        "summary": "Get sonetVTCurrentWidth",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentWidth",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "SONET-MIB:sonetVTCurrentWidth": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentWidth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentStatus": {
      "get": {
        "summary": "Get sonetVTCurrentStatus",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentStatus",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTCurrentStatus": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentESs": {
      "get": {
        "summary": "Get sonetVTCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTCurrentESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentSESs": {
      "get": {
        "summary": "Get sonetVTCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTCurrentSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentCVs": {
      "get": {
        "summary": "Get sonetVTCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTCurrentCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTCurrentTable/sonetVTCurrentEntry/sonetVTCurrentUASs": {
      "get": {
        "summary": "Get sonetVTCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTCurrentTable-sonetVTCurrentEntry-sonetVTCurrentUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTCurrentUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable": {
      "get": {
        "summary": "Get sonetVTIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetVTIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetVTIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetVTIntervalESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetVTIntervalSESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetVTIntervalCVs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetVTIntervalUASs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetVTIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetVTIntervalTable": {
                    "sonetVTIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetVTIntervalNumber": 10,
                      "sonetVTIntervalESs": "configured-value",
                      "sonetVTIntervalSESs": "configured-value",
                      "sonetVTIntervalCVs": "configured-value",
                      "sonetVTIntervalUASs": "configured-value",
                      "sonetVTIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry": {
      "get": {
        "summary": "Get sonetVTIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetVTIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetVTIntervalESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetVTIntervalSESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetVTIntervalCVs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetVTIntervalUASs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetVTIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetVTIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetVTIntervalNumber": 10,
                    "sonetVTIntervalESs": "configured-value",
                    "sonetVTIntervalSESs": "configured-value",
                    "sonetVTIntervalCVs": "configured-value",
                    "sonetVTIntervalUASs": "configured-value",
                    "sonetVTIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalNumber": {
      "get": {
        "summary": "Get sonetVTIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetVTIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalESs": {
      "get": {
        "summary": "Get sonetVTIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTIntervalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalSESs": {
      "get": {
        "summary": "Get sonetVTIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTIntervalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalCVs": {
      "get": {
        "summary": "Get sonetVTIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTIntervalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalUASs": {
      "get": {
        "summary": "Get sonetVTIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetVTIntervalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetVTIntervalTable/sonetVTIntervalEntry/sonetVTIntervalValidData": {
      "get": {
        "summary": "Get sonetVTIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetVTIntervalTable-sonetVTIntervalEntry-sonetVTIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetVTIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetVTIntervalValidData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndVTCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndVTCurrentESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndVTCurrentSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndVTCurrentCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sonetFarEndVTCurrentUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTCurrentTable": {
                    "sonetFarEndVTCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "sonetFarEndVTCurrentESs": "configured-value",
                        "sonetFarEndVTCurrentSESs": "configured-value",
                        "sonetFarEndVTCurrentCVs": "configured-value",
                        "sonetFarEndVTCurrentUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry",
        "tags": [
          "SONET-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndVTCurrentESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndVTCurrentSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndVTCurrentCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sonetFarEndVTCurrentUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "sonetFarEndVTCurrentESs": "configured-value",
                      "sonetFarEndVTCurrentSESs": "configured-value",
                      "sonetFarEndVTCurrentCVs": "configured-value",
                      "sonetFarEndVTCurrentUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry/sonetFarEndVTCurrentESs": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry-sonetFarEndVTCurrentESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTCurrentESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry/sonetFarEndVTCurrentSESs": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry-sonetFarEndVTCurrentSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTCurrentSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry/sonetFarEndVTCurrentCVs": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry-sonetFarEndVTCurrentCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTCurrentCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTCurrentTable/sonetFarEndVTCurrentEntry/sonetFarEndVTCurrentUASs": {
      "get": {
        "summary": "Get sonetFarEndVTCurrentUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTCurrentTable-sonetFarEndVTCurrentEntry-sonetFarEndVTCurrentUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTCurrentUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTCurrentUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalTable",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sonetFarEndVTIntervalEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndVTIntervalNumber": {
                          "type": "integer",
                          "example": 10
                        },
                        "sonetFarEndVTIntervalESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndVTIntervalSESs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndVTIntervalCVs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndVTIntervalUASs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "sonetFarEndVTIntervalValidData": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTIntervalTable": {
                    "sonetFarEndVTIntervalEntry": {
                      "ifIndex": "configured-value",
                      "sonetFarEndVTIntervalNumber": 10,
                      "sonetFarEndVTIntervalESs": "configured-value",
                      "sonetFarEndVTIntervalSESs": "configured-value",
                      "sonetFarEndVTIntervalCVs": "configured-value",
                      "sonetFarEndVTIntervalUASs": "configured-value",
                      "sonetFarEndVTIntervalValidData": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalEntry",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalNumber": {
                      "type": "integer",
                      "example": 10
                    },
                    "sonetFarEndVTIntervalESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalSESs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalCVs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalUASs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "sonetFarEndVTIntervalValidData": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTIntervalEntry": {
                    "ifIndex": "configured-value",
                    "sonetFarEndVTIntervalNumber": 10,
                    "sonetFarEndVTIntervalESs": "configured-value",
                    "sonetFarEndVTIntervalSESs": "configured-value",
                    "sonetFarEndVTIntervalCVs": "configured-value",
                    "sonetFarEndVTIntervalUASs": "configured-value",
                    "sonetFarEndVTIntervalValidData": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-ifIndex",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalNumber": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalNumber",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalNumber",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTIntervalNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalESs": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTIntervalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalSESs": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalSESs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalSESs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTIntervalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalCVs": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalCVs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalCVs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTIntervalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalUASs": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalUASs",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalUASs",
        "tags": [
          "SONET-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": {
                  "SONET-MIB:sonetFarEndVTIntervalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SONET-MIB:SONET-MIB/sonetFarEndVTIntervalTable/sonetFarEndVTIntervalEntry/sonetFarEndVTIntervalValidData": {
      "get": {
        "summary": "Get sonetFarEndVTIntervalValidData",
        "operationId": "get-SONET-MIB:SONET-MIB-sonetFarEndVTIntervalTable-sonetFarEndVTIntervalEntry-sonetFarEndVTIntervalValidData",
        "tags": [
          "SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "SONET-MIB:sonetFarEndVTIntervalValidData": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sonetFarEndVTIntervalValidData 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": []
    }
  ]
}
