{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-SONET-MIB",
    "description": "MIB data from `CISCO-SONET-MIB` module.\n\n**Root containers:** 1 (CISCO-SONET-MIB)\n**Paths:** 105 | **Descendants:** 128\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB": {
      "get": {
        "summary": "Get CISCO-SONET-MIB",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB",
        "tags": [
          "CISCO-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": {
                    "csApsConfig": {
                      "type": "object",
                      "properties": {
                        "csApsLineFailureCode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "csApsLineSwitchReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "csNotifications": {
                      "type": "object",
                      "properties": {
                        "csNotificationsEnabled": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "csConfigTable": {
                      "type": "object",
                      "properties": {
                        "csConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigLoopbackType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigXmtClockSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigFrameScramble": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigRDIVType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csConfigRDIPType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csTributaryType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csTributaryMappingType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csTributaryFramingType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csSignallingTransportMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csTributaryGroupingType": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "csApsConfigTable": {
                      "type": "object",
                      "properties": {
                        "csApsConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "csApsWorkingIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsProtectionIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsEnable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsArchMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsActiveLine": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsSigFaultBER": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "csApsSigDegradeBER": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "csApsWaitToRestore": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "csApsDirection": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsRevertive": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsDirectionOperational": {
                                "type": "string",
                                "example": "50"
                              },
                              "csApsArchModeOperational": {
                                "type": "string",
                                "example": "50"
                              },
                              "csApsChannelProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsFailureStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "csApsSwitchReason": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "csApsPrimarySection": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cssTotalTable": {
                      "type": "object",
                      "properties": {
                        "cssTotalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssTotalESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssTotalSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssTotalSEFSs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssTotalCVs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cssTraceTable": {
                      "type": "object",
                      "properties": {
                        "cssTraceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssTraceToTransmit": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cssTraceToExpect": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cssTraceFailure": {
                                "type": "boolean",
                                "example": true
                              },
                              "cssTraceReceived": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cslTotalTable": {
                      "type": "object",
                      "properties": {
                        "cslTotalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslTotalESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslTotalSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslTotalCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslTotalUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cslFarEndTotalTable": {
                      "type": "object",
                      "properties": {
                        "cslFarEndTotalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslFarEndTotalESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslFarEndTotalSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslFarEndTotalCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslFarEndTotalUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cspTotalTable": {
                      "type": "object",
                      "properties": {
                        "cspTotalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspTotalESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspTotalSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspTotalCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspTotalUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cspFarEndTotalTable": {
                      "type": "object",
                      "properties": {
                        "cspFarEndTotalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspFarEndTotalESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspFarEndTotalSESs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspFarEndTotalCVs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspFarEndTotalUASs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cspTraceTable": {
                      "type": "object",
                      "properties": {
                        "cspTraceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspTraceToTransmit": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cspTraceToExpect": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cspTraceFailure": {
                                "type": "boolean",
                                "example": true
                              },
                              "cspTraceReceived": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "csStatsTable": {
                      "type": "object",
                      "properties": {
                        "csStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssLOSs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cssLOFs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslAISs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cslRFIs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspAISs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cspRFIs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "csAu4Tug3ConfigTable": {
                      "type": "object",
                      "properties": {
                        "csAu4Tug3ConfigEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "csAu4Tug3": {
                              "type": "integer",
                              "example": 1
                            },
                            "csAu4Tug3Payload": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cspSonetPathPayload": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "cspTributaryMappingType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cspSignallingTransportMode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cspTributaryGroupingType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:CISCO-SONET-MIB": {
                    "csApsConfig": {
                      "csApsLineFailureCode": "configured-value",
                      "csApsLineSwitchReason": "configured-value"
                    },
                    "csNotifications": {
                      "csNotificationsEnabled": true
                    },
                    "csConfigTable": {
                      "csConfigEntry": [
                        {
                          "ifIndex": "configured-value",
                          "csConfigLoopbackType": "default",
                          "csConfigXmtClockSource": "default",
                          "csConfigFrameScramble": "default",
                          "csConfigType": "default",
                          "csConfigRDIVType": "default",
                          "csConfigRDIPType": "default",
                          "csTributaryType": "default",
                          "csTributaryMappingType": "default",
                          "csTributaryFramingType": "default",
                          "csSignallingTransportMode": "default",
                          "csTributaryGroupingType": "default"
                        }
                      ]
                    },
                    "csApsConfigTable": {
                      "csApsConfigEntry": [
                        {
                          "csApsWorkingIndex": "configured-value",
                          "csApsProtectionIndex": "configured-value",
                          "csApsEnable": "default",
                          "csApsArchMode": "default",
                          "csApsActiveLine": "default",
                          "csApsSigFaultBER": 1,
                          "csApsSigDegradeBER": 1,
                          "csApsWaitToRestore": 1,
                          "csApsDirection": "default",
                          "csApsRevertive": "default",
                          "csApsDirectionOperational": "default",
                          "csApsArchModeOperational": "default",
                          "csApsChannelProtocol": "default",
                          "csApsFailureStatus": "active",
                          "csApsSwitchReason": "configured-value",
                          "csApsPrimarySection": "default"
                        }
                      ]
                    },
                    "cssTotalTable": {
                      "cssTotalEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cssTotalESs": "configured-value",
                          "cssTotalSESs": "configured-value",
                          "cssTotalSEFSs": "configured-value",
                          "cssTotalCVs": "configured-value"
                        }
                      ]
                    },
                    "cssTraceTable": {
                      "cssTraceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cssTraceToTransmit": "QmFzZTY0",
                          "cssTraceToExpect": "QmFzZTY0",
                          "cssTraceFailure": true,
                          "cssTraceReceived": "QmFzZTY0"
                        }
                      ]
                    },
                    "cslTotalTable": {
                      "cslTotalEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cslTotalESs": "configured-value",
                          "cslTotalSESs": "configured-value",
                          "cslTotalCVs": "configured-value",
                          "cslTotalUASs": "configured-value"
                        }
                      ]
                    },
                    "cslFarEndTotalTable": {
                      "cslFarEndTotalEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cslFarEndTotalESs": "configured-value",
                          "cslFarEndTotalSESs": "configured-value",
                          "cslFarEndTotalCVs": "configured-value",
                          "cslFarEndTotalUASs": "configured-value"
                        }
                      ]
                    },
                    "cspTotalTable": {
                      "cspTotalEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cspTotalESs": "configured-value",
                          "cspTotalSESs": "configured-value",
                          "cspTotalCVs": "configured-value",
                          "cspTotalUASs": "configured-value"
                        }
                      ]
                    },
                    "cspFarEndTotalTable": {
                      "cspFarEndTotalEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cspFarEndTotalESs": "configured-value",
                          "cspFarEndTotalSESs": "configured-value",
                          "cspFarEndTotalCVs": "configured-value",
                          "cspFarEndTotalUASs": "configured-value"
                        }
                      ]
                    },
                    "cspTraceTable": {
                      "cspTraceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cspTraceToTransmit": "QmFzZTY0",
                          "cspTraceToExpect": "QmFzZTY0",
                          "cspTraceFailure": true,
                          "cspTraceReceived": "QmFzZTY0"
                        }
                      ]
                    },
                    "csStatsTable": {
                      "csStatsEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cssLOSs": "configured-value",
                          "cssLOFs": "configured-value",
                          "cslAISs": "configured-value",
                          "cslRFIs": "configured-value",
                          "cspAISs": "configured-value",
                          "cspRFIs": "configured-value"
                        }
                      ]
                    },
                    "csAu4Tug3ConfigTable": {
                      "csAu4Tug3ConfigEntry": {
                        "ifIndex": "configured-value",
                        "csAu4Tug3": 1,
                        "csAu4Tug3Payload": "default"
                      }
                    },
                    "cspSonetPathPayload": "default",
                    "cspTributaryMappingType": "default",
                    "cspSignallingTransportMode": "default",
                    "cspTributaryGroupingType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-SONET-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfig": {
      "get": {
        "summary": "Get csApsConfig",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfig",
        "tags": [
          "CISCO-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": {
                    "csApsLineFailureCode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "csApsLineSwitchReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsConfig": {
                    "csApsLineFailureCode": "configured-value",
                    "csApsLineSwitchReason": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfig/csApsLineFailureCode": {
      "get": {
        "summary": "Get csApsLineFailureCode",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfig-csApsLineFailureCode",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsLineFailureCode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsLineFailureCode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfig/csApsLineSwitchReason": {
      "get": {
        "summary": "Get csApsLineSwitchReason",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfig-csApsLineSwitchReason",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsLineSwitchReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsLineSwitchReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csNotifications": {
      "get": {
        "summary": "Get csNotifications",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csNotifications",
        "tags": [
          "CISCO-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": {
                    "csNotificationsEnabled": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csNotifications": {
                    "csNotificationsEnabled": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csNotifications from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csNotifications/csNotificationsEnabled": {
      "get": {
        "summary": "Get csNotificationsEnabled",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csNotifications-csNotificationsEnabled",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csNotificationsEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csNotificationsEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable": {
      "get": {
        "summary": "Get csConfigTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable",
        "tags": [
          "CISCO-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": {
                    "csConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigLoopbackType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigXmtClockSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigFrameScramble": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigRDIVType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csConfigRDIPType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csTributaryType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csTributaryMappingType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csTributaryFramingType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csSignallingTransportMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csTributaryGroupingType": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csConfigTable": {
                    "csConfigEntry": [
                      {
                        "ifIndex": "configured-value",
                        "csConfigLoopbackType": "default",
                        "csConfigXmtClockSource": "default",
                        "csConfigFrameScramble": "default",
                        "csConfigType": "default",
                        "csConfigRDIVType": "default",
                        "csConfigRDIPType": "default",
                        "csTributaryType": "default",
                        "csTributaryMappingType": "default",
                        "csTributaryFramingType": "default",
                        "csSignallingTransportMode": "default",
                        "csTributaryGroupingType": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry": {
      "get": {
        "summary": "Get csConfigEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry",
        "tags": [
          "CISCO-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"
                      },
                      "csConfigLoopbackType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csConfigXmtClockSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csConfigFrameScramble": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csConfigType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csConfigRDIVType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csConfigRDIPType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csTributaryType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csTributaryMappingType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csTributaryFramingType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csSignallingTransportMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csTributaryGroupingType": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csConfigEntry": [
                    {
                      "ifIndex": "configured-value",
                      "csConfigLoopbackType": "default",
                      "csConfigXmtClockSource": "default",
                      "csConfigFrameScramble": "default",
                      "csConfigType": "default",
                      "csConfigRDIVType": "default",
                      "csConfigRDIPType": "default",
                      "csTributaryType": "default",
                      "csTributaryMappingType": "default",
                      "csTributaryFramingType": "default",
                      "csSignallingTransportMode": "default",
                      "csTributaryGroupingType": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigLoopbackType": {
      "get": {
        "summary": "Get csConfigLoopbackType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigLoopbackType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigLoopbackType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigLoopbackType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigXmtClockSource": {
      "get": {
        "summary": "Get csConfigXmtClockSource",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigXmtClockSource",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigXmtClockSource": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigXmtClockSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigFrameScramble": {
      "get": {
        "summary": "Get csConfigFrameScramble",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigFrameScramble",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigFrameScramble": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigFrameScramble from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigType": {
      "get": {
        "summary": "Get csConfigType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigRDIVType": {
      "get": {
        "summary": "Get csConfigRDIVType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigRDIVType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigRDIVType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigRDIVType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csConfigRDIPType": {
      "get": {
        "summary": "Get csConfigRDIPType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csConfigRDIPType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csConfigRDIPType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csConfigRDIPType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csTributaryType": {
      "get": {
        "summary": "Get csTributaryType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csTributaryType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csTributaryType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csTributaryType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csTributaryMappingType": {
      "get": {
        "summary": "Get csTributaryMappingType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csTributaryMappingType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csTributaryMappingType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csTributaryMappingType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csTributaryFramingType": {
      "get": {
        "summary": "Get csTributaryFramingType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csTributaryFramingType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csTributaryFramingType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csTributaryFramingType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csSignallingTransportMode": {
      "get": {
        "summary": "Get csSignallingTransportMode",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csSignallingTransportMode",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csSignallingTransportMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csSignallingTransportMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csConfigTable/csConfigEntry/csTributaryGroupingType": {
      "get": {
        "summary": "Get csTributaryGroupingType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csConfigTable-csConfigEntry-csTributaryGroupingType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csTributaryGroupingType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csTributaryGroupingType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable": {
      "get": {
        "summary": "Get csApsConfigTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable",
        "tags": [
          "CISCO-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": {
                    "csApsConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csApsWorkingIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsProtectionIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsEnable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsArchMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsActiveLine": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsSigFaultBER": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "csApsSigDegradeBER": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "csApsWaitToRestore": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "csApsDirection": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsRevertive": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsDirectionOperational": {
                            "type": "string",
                            "example": "50"
                          },
                          "csApsArchModeOperational": {
                            "type": "string",
                            "example": "50"
                          },
                          "csApsChannelProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsFailureStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "csApsSwitchReason": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "csApsPrimarySection": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsConfigTable": {
                    "csApsConfigEntry": [
                      {
                        "csApsWorkingIndex": "configured-value",
                        "csApsProtectionIndex": "configured-value",
                        "csApsEnable": "default",
                        "csApsArchMode": "default",
                        "csApsActiveLine": "default",
                        "csApsSigFaultBER": 1,
                        "csApsSigDegradeBER": 1,
                        "csApsWaitToRestore": 1,
                        "csApsDirection": "default",
                        "csApsRevertive": "default",
                        "csApsDirectionOperational": "default",
                        "csApsArchModeOperational": "default",
                        "csApsChannelProtocol": "default",
                        "csApsFailureStatus": "active",
                        "csApsSwitchReason": "configured-value",
                        "csApsPrimarySection": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry": {
      "get": {
        "summary": "Get csApsConfigEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry",
        "tags": [
          "CISCO-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": {
                      "csApsWorkingIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsProtectionIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsEnable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsArchMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsActiveLine": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsSigFaultBER": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "csApsSigDegradeBER": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "csApsWaitToRestore": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "csApsDirection": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsRevertive": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsDirectionOperational": {
                        "type": "string",
                        "example": "50"
                      },
                      "csApsArchModeOperational": {
                        "type": "string",
                        "example": "50"
                      },
                      "csApsChannelProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsFailureStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "csApsSwitchReason": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "csApsPrimarySection": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsConfigEntry": [
                    {
                      "csApsWorkingIndex": "configured-value",
                      "csApsProtectionIndex": "configured-value",
                      "csApsEnable": "default",
                      "csApsArchMode": "default",
                      "csApsActiveLine": "default",
                      "csApsSigFaultBER": 1,
                      "csApsSigDegradeBER": 1,
                      "csApsWaitToRestore": 1,
                      "csApsDirection": "default",
                      "csApsRevertive": "default",
                      "csApsDirectionOperational": "default",
                      "csApsArchModeOperational": "default",
                      "csApsChannelProtocol": "default",
                      "csApsFailureStatus": "active",
                      "csApsSwitchReason": "configured-value",
                      "csApsPrimarySection": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsWorkingIndex": {
      "get": {
        "summary": "Get csApsWorkingIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsWorkingIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsWorkingIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsWorkingIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsProtectionIndex": {
      "get": {
        "summary": "Get csApsProtectionIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsProtectionIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsProtectionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsProtectionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsEnable": {
      "get": {
        "summary": "Get csApsEnable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsEnable",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsEnable": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsArchMode": {
      "get": {
        "summary": "Get csApsArchMode",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsArchMode",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsArchMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsArchMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsActiveLine": {
      "get": {
        "summary": "Get csApsActiveLine",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsActiveLine",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsActiveLine": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsActiveLine from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsSigFaultBER": {
      "get": {
        "summary": "Get csApsSigFaultBER",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsSigFaultBER",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-SONET-MIB:csApsSigFaultBER": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsSigFaultBER from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsSigDegradeBER": {
      "get": {
        "summary": "Get csApsSigDegradeBER",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsSigDegradeBER",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-SONET-MIB:csApsSigDegradeBER": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsSigDegradeBER from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsWaitToRestore": {
      "get": {
        "summary": "Get csApsWaitToRestore",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsWaitToRestore",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-SONET-MIB:csApsWaitToRestore": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsWaitToRestore from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsDirection": {
      "get": {
        "summary": "Get csApsDirection",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsDirection",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsRevertive": {
      "get": {
        "summary": "Get csApsRevertive",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsRevertive",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsRevertive": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsRevertive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsDirectionOperational": {
      "get": {
        "summary": "Get csApsDirectionOperational",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsDirectionOperational",
        "tags": [
          "CISCO-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": "50"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsDirectionOperational": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsDirectionOperational from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsArchModeOperational": {
      "get": {
        "summary": "Get csApsArchModeOperational",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsArchModeOperational",
        "tags": [
          "CISCO-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": "50"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsArchModeOperational": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsArchModeOperational from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsChannelProtocol": {
      "get": {
        "summary": "Get csApsChannelProtocol",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsChannelProtocol",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsChannelProtocol": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsChannelProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsFailureStatus": {
      "get": {
        "summary": "Get csApsFailureStatus",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsFailureStatus",
        "tags": [
          "CISCO-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": "active"
                },
                "example": {
                  "CISCO-SONET-MIB:csApsFailureStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsFailureStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsSwitchReason": {
      "get": {
        "summary": "Get csApsSwitchReason",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsSwitchReason",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsSwitchReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsSwitchReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csApsConfigTable/csApsConfigEntry/csApsPrimarySection": {
      "get": {
        "summary": "Get csApsPrimarySection",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csApsConfigTable-csApsConfigEntry-csApsPrimarySection",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csApsPrimarySection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csApsPrimarySection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable": {
      "get": {
        "summary": "Get cssTotalTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable",
        "tags": [
          "CISCO-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": {
                    "cssTotalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssTotalESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssTotalSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssTotalSEFSs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssTotalCVs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTotalTable": {
                    "cssTotalEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cssTotalESs": "configured-value",
                        "cssTotalSESs": "configured-value",
                        "cssTotalSEFSs": "configured-value",
                        "cssTotalCVs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry": {
      "get": {
        "summary": "Get cssTotalEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cssTotalESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cssTotalSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cssTotalSEFSs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cssTotalCVs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTotalEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cssTotalESs": "configured-value",
                      "cssTotalSESs": "configured-value",
                      "cssTotalSEFSs": "configured-value",
                      "cssTotalCVs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry/cssTotalESs": {
      "get": {
        "summary": "Get cssTotalESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry-cssTotalESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssTotalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry/cssTotalSESs": {
      "get": {
        "summary": "Get cssTotalSESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry-cssTotalSESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssTotalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry/cssTotalSEFSs": {
      "get": {
        "summary": "Get cssTotalSEFSs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry-cssTotalSEFSs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssTotalSEFSs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalSEFSs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTotalTable/cssTotalEntry/cssTotalCVs": {
      "get": {
        "summary": "Get cssTotalCVs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTotalTable-cssTotalEntry-cssTotalCVs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssTotalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTotalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable": {
      "get": {
        "summary": "Get cssTraceTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable",
        "tags": [
          "CISCO-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": {
                    "cssTraceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssTraceToTransmit": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cssTraceToExpect": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cssTraceFailure": {
                            "type": "boolean",
                            "example": true
                          },
                          "cssTraceReceived": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTraceTable": {
                    "cssTraceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cssTraceToTransmit": "QmFzZTY0",
                        "cssTraceToExpect": "QmFzZTY0",
                        "cssTraceFailure": true,
                        "cssTraceReceived": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry": {
      "get": {
        "summary": "Get cssTraceEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cssTraceToTransmit": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cssTraceToExpect": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cssTraceFailure": {
                        "type": "boolean",
                        "example": true
                      },
                      "cssTraceReceived": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTraceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cssTraceToTransmit": "QmFzZTY0",
                      "cssTraceToExpect": "QmFzZTY0",
                      "cssTraceFailure": true,
                      "cssTraceReceived": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry/cssTraceToTransmit": {
      "get": {
        "summary": "Get cssTraceToTransmit",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry-cssTraceToTransmit",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTraceToTransmit": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceToTransmit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry/cssTraceToExpect": {
      "get": {
        "summary": "Get cssTraceToExpect",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry-cssTraceToExpect",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTraceToExpect": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceToExpect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry/cssTraceFailure": {
      "get": {
        "summary": "Get cssTraceFailure",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry-cssTraceFailure",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssTraceFailure": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cssTraceTable/cssTraceEntry/cssTraceReceived": {
      "get": {
        "summary": "Get cssTraceReceived",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cssTraceTable-cssTraceEntry-cssTraceReceived",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cssTraceReceived": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssTraceReceived from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable": {
      "get": {
        "summary": "Get cslTotalTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable",
        "tags": [
          "CISCO-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": {
                    "cslTotalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslTotalESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslTotalSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslTotalCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslTotalUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cslTotalTable": {
                    "cslTotalEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cslTotalESs": "configured-value",
                        "cslTotalSESs": "configured-value",
                        "cslTotalCVs": "configured-value",
                        "cslTotalUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry": {
      "get": {
        "summary": "Get cslTotalEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cslTotalESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslTotalSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslTotalCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslTotalUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cslTotalEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cslTotalESs": "configured-value",
                      "cslTotalSESs": "configured-value",
                      "cslTotalCVs": "configured-value",
                      "cslTotalUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry/cslTotalESs": {
      "get": {
        "summary": "Get cslTotalESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry-cslTotalESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslTotalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry/cslTotalSESs": {
      "get": {
        "summary": "Get cslTotalSESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry-cslTotalSESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslTotalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry/cslTotalCVs": {
      "get": {
        "summary": "Get cslTotalCVs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry-cslTotalCVs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslTotalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslTotalTable/cslTotalEntry/cslTotalUASs": {
      "get": {
        "summary": "Get cslTotalUASs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslTotalTable-cslTotalEntry-cslTotalUASs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslTotalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslTotalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable": {
      "get": {
        "summary": "Get cslFarEndTotalTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable",
        "tags": [
          "CISCO-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": {
                    "cslFarEndTotalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslFarEndTotalESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslFarEndTotalSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslFarEndTotalCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslFarEndTotalUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cslFarEndTotalTable": {
                    "cslFarEndTotalEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cslFarEndTotalESs": "configured-value",
                        "cslFarEndTotalSESs": "configured-value",
                        "cslFarEndTotalCVs": "configured-value",
                        "cslFarEndTotalUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry": {
      "get": {
        "summary": "Get cslFarEndTotalEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cslFarEndTotalESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslFarEndTotalSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslFarEndTotalCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslFarEndTotalUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cslFarEndTotalEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cslFarEndTotalESs": "configured-value",
                      "cslFarEndTotalSESs": "configured-value",
                      "cslFarEndTotalCVs": "configured-value",
                      "cslFarEndTotalUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry/cslFarEndTotalESs": {
      "get": {
        "summary": "Get cslFarEndTotalESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry-cslFarEndTotalESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslFarEndTotalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry/cslFarEndTotalSESs": {
      "get": {
        "summary": "Get cslFarEndTotalSESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry-cslFarEndTotalSESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslFarEndTotalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry/cslFarEndTotalCVs": {
      "get": {
        "summary": "Get cslFarEndTotalCVs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry-cslFarEndTotalCVs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslFarEndTotalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cslFarEndTotalTable/cslFarEndTotalEntry/cslFarEndTotalUASs": {
      "get": {
        "summary": "Get cslFarEndTotalUASs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cslFarEndTotalTable-cslFarEndTotalEntry-cslFarEndTotalUASs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslFarEndTotalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslFarEndTotalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable": {
      "get": {
        "summary": "Get cspTotalTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable",
        "tags": [
          "CISCO-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": {
                    "cspTotalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspTotalESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspTotalSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspTotalCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspTotalUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTotalTable": {
                    "cspTotalEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cspTotalESs": "configured-value",
                        "cspTotalSESs": "configured-value",
                        "cspTotalCVs": "configured-value",
                        "cspTotalUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry": {
      "get": {
        "summary": "Get cspTotalEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cspTotalESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspTotalSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspTotalCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspTotalUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTotalEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cspTotalESs": "configured-value",
                      "cspTotalSESs": "configured-value",
                      "cspTotalCVs": "configured-value",
                      "cspTotalUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry/cspTotalESs": {
      "get": {
        "summary": "Get cspTotalESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry-cspTotalESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTotalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry/cspTotalSESs": {
      "get": {
        "summary": "Get cspTotalSESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry-cspTotalSESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTotalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry/cspTotalCVs": {
      "get": {
        "summary": "Get cspTotalCVs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry-cspTotalCVs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTotalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTotalTable/cspTotalEntry/cspTotalUASs": {
      "get": {
        "summary": "Get cspTotalUASs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTotalTable-cspTotalEntry-cspTotalUASs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTotalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTotalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable": {
      "get": {
        "summary": "Get cspFarEndTotalTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable",
        "tags": [
          "CISCO-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": {
                    "cspFarEndTotalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspFarEndTotalESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspFarEndTotalSESs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspFarEndTotalCVs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspFarEndTotalUASs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspFarEndTotalTable": {
                    "cspFarEndTotalEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cspFarEndTotalESs": "configured-value",
                        "cspFarEndTotalSESs": "configured-value",
                        "cspFarEndTotalCVs": "configured-value",
                        "cspFarEndTotalUASs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry": {
      "get": {
        "summary": "Get cspFarEndTotalEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cspFarEndTotalESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspFarEndTotalSESs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspFarEndTotalCVs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspFarEndTotalUASs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspFarEndTotalEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cspFarEndTotalESs": "configured-value",
                      "cspFarEndTotalSESs": "configured-value",
                      "cspFarEndTotalCVs": "configured-value",
                      "cspFarEndTotalUASs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry/cspFarEndTotalESs": {
      "get": {
        "summary": "Get cspFarEndTotalESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry-cspFarEndTotalESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspFarEndTotalESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry/cspFarEndTotalSESs": {
      "get": {
        "summary": "Get cspFarEndTotalSESs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry-cspFarEndTotalSESs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspFarEndTotalSESs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalSESs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry/cspFarEndTotalCVs": {
      "get": {
        "summary": "Get cspFarEndTotalCVs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry-cspFarEndTotalCVs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspFarEndTotalCVs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalCVs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspFarEndTotalTable/cspFarEndTotalEntry/cspFarEndTotalUASs": {
      "get": {
        "summary": "Get cspFarEndTotalUASs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspFarEndTotalTable-cspFarEndTotalEntry-cspFarEndTotalUASs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspFarEndTotalUASs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspFarEndTotalUASs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable": {
      "get": {
        "summary": "Get cspTraceTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable",
        "tags": [
          "CISCO-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": {
                    "cspTraceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspTraceToTransmit": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cspTraceToExpect": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cspTraceFailure": {
                            "type": "boolean",
                            "example": true
                          },
                          "cspTraceReceived": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTraceTable": {
                    "cspTraceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cspTraceToTransmit": "QmFzZTY0",
                        "cspTraceToExpect": "QmFzZTY0",
                        "cspTraceFailure": true,
                        "cspTraceReceived": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry": {
      "get": {
        "summary": "Get cspTraceEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cspTraceToTransmit": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cspTraceToExpect": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cspTraceFailure": {
                        "type": "boolean",
                        "example": true
                      },
                      "cspTraceReceived": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTraceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cspTraceToTransmit": "QmFzZTY0",
                      "cspTraceToExpect": "QmFzZTY0",
                      "cspTraceFailure": true,
                      "cspTraceReceived": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry/cspTraceToTransmit": {
      "get": {
        "summary": "Get cspTraceToTransmit",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry-cspTraceToTransmit",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTraceToTransmit": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceToTransmit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry/cspTraceToExpect": {
      "get": {
        "summary": "Get cspTraceToExpect",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry-cspTraceToExpect",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTraceToExpect": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceToExpect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry/cspTraceFailure": {
      "get": {
        "summary": "Get cspTraceFailure",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry-cspTraceFailure",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTraceFailure": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTraceTable/cspTraceEntry/cspTraceReceived": {
      "get": {
        "summary": "Get cspTraceReceived",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTraceTable-cspTraceEntry-cspTraceReceived",
        "tags": [
          "CISCO-SONET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:cspTraceReceived": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTraceReceived from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable": {
      "get": {
        "summary": "Get csStatsTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable",
        "tags": [
          "CISCO-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": {
                    "csStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssLOSs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cssLOFs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslAISs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cslRFIs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspAISs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cspRFIs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csStatsTable": {
                    "csStatsEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cssLOSs": "configured-value",
                        "cssLOFs": "configured-value",
                        "cslAISs": "configured-value",
                        "cslRFIs": "configured-value",
                        "cspAISs": "configured-value",
                        "cspRFIs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry": {
      "get": {
        "summary": "Get csStatsEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry",
        "tags": [
          "CISCO-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"
                      },
                      "cssLOSs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cssLOFs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslAISs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cslRFIs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspAISs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cspRFIs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csStatsEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cssLOSs": "configured-value",
                      "cssLOFs": "configured-value",
                      "cslAISs": "configured-value",
                      "cslRFIs": "configured-value",
                      "cspAISs": "configured-value",
                      "cspRFIs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cssLOSs": {
      "get": {
        "summary": "Get cssLOSs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cssLOSs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssLOSs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssLOSs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cssLOFs": {
      "get": {
        "summary": "Get cssLOFs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cssLOFs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cssLOFs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cssLOFs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cslAISs": {
      "get": {
        "summary": "Get cslAISs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cslAISs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslAISs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslAISs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cslRFIs": {
      "get": {
        "summary": "Get cslRFIs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cslRFIs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cslRFIs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cslRFIs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cspAISs": {
      "get": {
        "summary": "Get cspAISs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cspAISs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspAISs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspAISs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csStatsTable/csStatsEntry/cspRFIs": {
      "get": {
        "summary": "Get cspRFIs",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csStatsTable-csStatsEntry-cspRFIs",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspRFIs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspRFIs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csAu4Tug3ConfigTable": {
      "get": {
        "summary": "Get csAu4Tug3ConfigTable",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csAu4Tug3ConfigTable",
        "tags": [
          "CISCO-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": {
                    "csAu4Tug3ConfigEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "csAu4Tug3": {
                          "type": "integer",
                          "example": 1
                        },
                        "csAu4Tug3Payload": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csAu4Tug3ConfigTable": {
                    "csAu4Tug3ConfigEntry": {
                      "ifIndex": "configured-value",
                      "csAu4Tug3": 1,
                      "csAu4Tug3Payload": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csAu4Tug3ConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csAu4Tug3ConfigTable/csAu4Tug3ConfigEntry": {
      "get": {
        "summary": "Get csAu4Tug3ConfigEntry",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csAu4Tug3ConfigTable-csAu4Tug3ConfigEntry",
        "tags": [
          "CISCO-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"
                    },
                    "csAu4Tug3": {
                      "type": "integer",
                      "example": 1
                    },
                    "csAu4Tug3Payload": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SONET-MIB:csAu4Tug3ConfigEntry": {
                    "ifIndex": "configured-value",
                    "csAu4Tug3": 1,
                    "csAu4Tug3Payload": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csAu4Tug3ConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csAu4Tug3ConfigTable/csAu4Tug3ConfigEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csAu4Tug3ConfigTable-csAu4Tug3ConfigEntry-ifIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-SONET-MIB:CISCO-SONET-MIB/csAu4Tug3ConfigTable/csAu4Tug3ConfigEntry/csAu4Tug3": {
      "get": {
        "summary": "Get csAu4Tug3",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csAu4Tug3ConfigTable-csAu4Tug3ConfigEntry-csAu4Tug3",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csAu4Tug3": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csAu4Tug3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/csAu4Tug3ConfigTable/csAu4Tug3ConfigEntry/csAu4Tug3Payload": {
      "get": {
        "summary": "Get csAu4Tug3Payload",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-csAu4Tug3ConfigTable-csAu4Tug3ConfigEntry-csAu4Tug3Payload",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:csAu4Tug3Payload": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve csAu4Tug3Payload from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspSonetPathPayload": {
      "get": {
        "summary": "Get cspSonetPathPayload",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspSonetPathPayload",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspSonetPathPayload": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspSonetPathPayload from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTributaryMappingType": {
      "get": {
        "summary": "Get cspTributaryMappingType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTributaryMappingType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTributaryMappingType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTributaryMappingType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspSignallingTransportMode": {
      "get": {
        "summary": "Get cspSignallingTransportMode",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspSignallingTransportMode",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspSignallingTransportMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspSignallingTransportMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SONET-MIB:CISCO-SONET-MIB/cspTributaryGroupingType": {
      "get": {
        "summary": "Get cspTributaryGroupingType",
        "operationId": "get-CISCO-SONET-MIB:CISCO-SONET-MIB-cspTributaryGroupingType",
        "tags": [
          "CISCO-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": {
                  "CISCO-SONET-MIB:cspTributaryGroupingType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cspTributaryGroupingType 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": []
    }
  ]
}
