{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-MEDIA-GATEWAY-MIB",
    "description": "MIB data from `CISCO-MEDIA-GATEWAY-MIB` module.\n\n**Root containers:** 1 (CISCO-MEDIA-GATEWAY-MIB)\n**Paths:** 86 | **Descendants:** 85\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-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB": {
      "get": {
        "summary": "Get CISCO-MEDIA-GATEWAY-MIB",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cmgwIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "cmgwDomainName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cmgwPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cmgwServiceState": {
                                "type": "string",
                                "example": "active"
                              },
                              "cmgwAdminState": {
                                "type": "string",
                                "example": "active"
                              },
                              "cmgwGraceTime": {
                                "type": "integer",
                                "example": 1
                              },
                              "cmgwVtMappingMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cmgwSrcFilterEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "cmgwLawInterceptEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "cmgwV23Enabled": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cmgwSignalProtocolTable": {
                      "type": "object",
                      "properties": {
                        "cmgwSignalProtocolEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwSignalProtocolIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwSignalProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwSignalProtocolVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwSignalProtocolPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwSignalMgcProtocolPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwSignalProtocolPreference": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwSignalProtocolConfigVer": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cMediaGwIpConfigTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwIpConfigEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwIpConfigIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwIpConfigIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwIpConfigVpi": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwIpConfigVci": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwIpConfigAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwIpConfigAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cmgwIpConfigSubnetMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwIpConfigDefaultGwIp": {
                              "type": "boolean",
                              "example": true
                            },
                            "cmgwIpConfigForRemoteMapping": {
                              "type": "boolean",
                              "example": true
                            },
                            "cmgwIpConfigRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cMediaGwDomainNameConfigTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwDomainNameConfigEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwConfigDomainNameIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwConfigDomainNameEntity": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cmgwConfigDomainName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cmgwConfigDomainNameRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "example-1"
                        }
                      },
                      "example": "example-1"
                    },
                    "cMediaGwDnsIpConfigTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwDnsIpConfigEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwDnsIpIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cmgwDnsDomainName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cmgwDnsIpType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwDnsIp": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwDnsIpRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cmgwLifTable": {
                      "type": "object",
                      "properties": {
                        "cmgwLifEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwLifNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cmgwLifPvcCount": {
                              "type": "string",
                              "example": "10"
                            },
                            "cmgwLifVoiceIfCount": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cMediaGwCallControlConfigTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwCallControlConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cmgwIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cMediaGwCcCfgControlTos": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgBearerTos": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgNtePayload": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgNsePayload": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgNseRespTimer": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgVbdJitterDelayMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cMediaGwCcCfgVbdJitterMaxDelay": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgVbdJitterNomDelay": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgVbdJitterMinDelay": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cMediaGwCcCfgDefaultTonePlanId": {
                                "type": "string",
                                "example": "1"
                              },
                              "cMediaGwCcCfgDescrInfoEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "cMediaGwCcCfgDsNamePrefix": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cMediaGwCcCfgRtpNamePrefix": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cMediaGwCcCfgAal1SvcNamePrefix": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cMediaGwCcCfgAal2SvcNamePrefix": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cMediaGwCcCfgClusterEnabled": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cMediaGwCcCfgDefBearerTraffic": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cMediaGwCcCfgDefRtpNamePrefix": {
                                "type": "string",
                                "example": "example-1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cMediaGwRscStatsTable": {
                      "type": "object",
                      "properties": {
                        "cMediaGwRscStatsEntry": {
                          "type": "object",
                          "properties": {
                            "cmgwIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwRscStatsIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwRscMaximumUtilization": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwRscMinimumUtilization": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwRscAverageUtilization": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmgwRscSinceLastReset": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB": {
                    "cMediaGwTable": {
                      "cMediaGwEntry": [
                        {
                          "cmgwIndex": 1,
                          "cmgwDomainName": "example-1",
                          "cmgwPhysicalIndex": "configured-value",
                          "cmgwServiceState": "active",
                          "cmgwAdminState": "active",
                          "cmgwGraceTime": 1,
                          "cmgwVtMappingMode": "default",
                          "cmgwSrcFilterEnabled": true,
                          "cmgwLawInterceptEnabled": true,
                          "cmgwV23Enabled": true
                        }
                      ]
                    },
                    "cmgwSignalProtocolTable": {
                      "cmgwSignalProtocolEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwSignalProtocolIndex": 1,
                        "cmgwSignalProtocol": "default",
                        "cmgwSignalProtocolVersion": "configured-value",
                        "cmgwSignalProtocolPort": "configured-value",
                        "cmgwSignalMgcProtocolPort": "configured-value",
                        "cmgwSignalProtocolPreference": 1,
                        "cmgwSignalProtocolConfigVer": "configured-value"
                      }
                    },
                    "cMediaGwIpConfigTable": {
                      "cMediaGwIpConfigEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwIpConfigIndex": 1,
                        "cmgwIpConfigIfIndex": "configured-value",
                        "cmgwIpConfigVpi": 1,
                        "cmgwIpConfigVci": 1,
                        "cmgwIpConfigAddrType": "configured-value",
                        "cmgwIpConfigAddress": "10.1.1.1",
                        "cmgwIpConfigSubnetMask": "configured-value",
                        "cmgwIpConfigDefaultGwIp": true,
                        "cmgwIpConfigForRemoteMapping": true,
                        "cmgwIpConfigRowStatus": "active"
                      }
                    },
                    "cMediaGwDomainNameConfigTable": {
                      "cMediaGwDomainNameConfigEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwConfigDomainNameIndex": 1,
                        "cmgwConfigDomainNameEntity": "default",
                        "cmgwConfigDomainName": "example-1",
                        "cmgwConfigDomainNameRowStatus": "active"
                      }
                    },
                    "cMediaGwDnsIpConfigTable": {
                      "cMediaGwDnsIpConfigEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwDnsIpIndex": 1,
                        "cmgwDnsDomainName": "example-1",
                        "cmgwDnsIpType": "configured-value",
                        "cmgwDnsIp": "configured-value",
                        "cmgwDnsIpRowStatus": "active"
                      }
                    },
                    "cmgwLifTable": {
                      "cmgwLifEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwLifNumber": "10",
                        "cmgwLifPvcCount": "10",
                        "cmgwLifVoiceIfCount": "10"
                      }
                    },
                    "cMediaGwCallControlConfigTable": {
                      "cMediaGwCallControlConfigEntry": [
                        {
                          "cmgwIndex": "configured-value",
                          "cMediaGwCcCfgControlTos": 1,
                          "cMediaGwCcCfgBearerTos": 1,
                          "cMediaGwCcCfgNtePayload": 1,
                          "cMediaGwCcCfgNsePayload": 1,
                          "cMediaGwCcCfgNseRespTimer": 1,
                          "cMediaGwCcCfgVbdJitterDelayMode": "configured-value",
                          "cMediaGwCcCfgVbdJitterMaxDelay": 1,
                          "cMediaGwCcCfgVbdJitterNomDelay": 1,
                          "cMediaGwCcCfgVbdJitterMinDelay": 1,
                          "cMediaGwCcCfgDefaultTonePlanId": "1",
                          "cMediaGwCcCfgDescrInfoEnabled": true,
                          "cMediaGwCcCfgDsNamePrefix": "example-1",
                          "cMediaGwCcCfgRtpNamePrefix": "example-1",
                          "cMediaGwCcCfgAal1SvcNamePrefix": "example-1",
                          "cMediaGwCcCfgAal2SvcNamePrefix": "example-1",
                          "cMediaGwCcCfgClusterEnabled": "default",
                          "cMediaGwCcCfgDefBearerTraffic": "default",
                          "cMediaGwCcCfgDefRtpNamePrefix": "example-1"
                        }
                      ]
                    },
                    "cMediaGwRscStatsTable": {
                      "cMediaGwRscStatsEntry": {
                        "cmgwIndex": "configured-value",
                        "cmgwRscStatsIndex": "default",
                        "cmgwRscMaximumUtilization": "configured-value",
                        "cmgwRscMinimumUtilization": "configured-value",
                        "cmgwRscAverageUtilization": "configured-value",
                        "cmgwRscSinceLastReset": 1
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-MEDIA-GATEWAY-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable": {
      "get": {
        "summary": "Get cMediaGwTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cmgwIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "cmgwDomainName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cmgwPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cmgwServiceState": {
                            "type": "string",
                            "example": "active"
                          },
                          "cmgwAdminState": {
                            "type": "string",
                            "example": "active"
                          },
                          "cmgwGraceTime": {
                            "type": "integer",
                            "example": 1
                          },
                          "cmgwVtMappingMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cmgwSrcFilterEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "cmgwLawInterceptEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "cmgwV23Enabled": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwTable": {
                    "cMediaGwEntry": [
                      {
                        "cmgwIndex": 1,
                        "cmgwDomainName": "example-1",
                        "cmgwPhysicalIndex": "configured-value",
                        "cmgwServiceState": "active",
                        "cmgwAdminState": "active",
                        "cmgwGraceTime": 1,
                        "cmgwVtMappingMode": "default",
                        "cmgwSrcFilterEnabled": true,
                        "cmgwLawInterceptEnabled": true,
                        "cmgwV23Enabled": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry": {
      "get": {
        "summary": "Get cMediaGwEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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": {
                      "cmgwIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "cmgwDomainName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cmgwPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cmgwServiceState": {
                        "type": "string",
                        "example": "active"
                      },
                      "cmgwAdminState": {
                        "type": "string",
                        "example": "active"
                      },
                      "cmgwGraceTime": {
                        "type": "integer",
                        "example": 1
                      },
                      "cmgwVtMappingMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cmgwSrcFilterEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "cmgwLawInterceptEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "cmgwV23Enabled": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwEntry": [
                    {
                      "cmgwIndex": 1,
                      "cmgwDomainName": "example-1",
                      "cmgwPhysicalIndex": "configured-value",
                      "cmgwServiceState": "active",
                      "cmgwAdminState": "active",
                      "cmgwGraceTime": 1,
                      "cmgwVtMappingMode": "default",
                      "cmgwSrcFilterEnabled": true,
                      "cmgwLawInterceptEnabled": true,
                      "cmgwV23Enabled": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwDomainName": {
      "get": {
        "summary": "Get cmgwDomainName",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwDomainName",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwDomainName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDomainName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwPhysicalIndex": {
      "get": {
        "summary": "Get cmgwPhysicalIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwPhysicalIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwServiceState": {
      "get": {
        "summary": "Get cmgwServiceState",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwServiceState",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwServiceState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwServiceState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwAdminState": {
      "get": {
        "summary": "Get cmgwAdminState",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwAdminState",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwGraceTime": {
      "get": {
        "summary": "Get cmgwGraceTime",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwGraceTime",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwGraceTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwGraceTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwVtMappingMode": {
      "get": {
        "summary": "Get cmgwVtMappingMode",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwVtMappingMode",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwVtMappingMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwVtMappingMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwSrcFilterEnabled": {
      "get": {
        "summary": "Get cmgwSrcFilterEnabled",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwSrcFilterEnabled",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSrcFilterEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSrcFilterEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwLawInterceptEnabled": {
      "get": {
        "summary": "Get cmgwLawInterceptEnabled",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwLawInterceptEnabled",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwLawInterceptEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLawInterceptEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwTable/cMediaGwEntry/cmgwV23Enabled": {
      "get": {
        "summary": "Get cmgwV23Enabled",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwTable-cMediaGwEntry-cmgwV23Enabled",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwV23Enabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwV23Enabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable": {
      "get": {
        "summary": "Get cmgwSignalProtocolTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwSignalProtocolEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwSignalProtocolIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwSignalProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwSignalProtocolVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwSignalProtocolPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwSignalMgcProtocolPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwSignalProtocolPreference": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwSignalProtocolConfigVer": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwSignalProtocolTable": {
                    "cmgwSignalProtocolEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwSignalProtocolIndex": 1,
                      "cmgwSignalProtocol": "default",
                      "cmgwSignalProtocolVersion": "configured-value",
                      "cmgwSignalProtocolPort": "configured-value",
                      "cmgwSignalMgcProtocolPort": "configured-value",
                      "cmgwSignalProtocolPreference": 1,
                      "cmgwSignalProtocolConfigVer": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry": {
      "get": {
        "summary": "Get cmgwSignalProtocolEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwSignalProtocolIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwSignalProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwSignalProtocolVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwSignalProtocolPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwSignalMgcProtocolPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwSignalProtocolPreference": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwSignalProtocolConfigVer": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwSignalProtocolEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwSignalProtocolIndex": 1,
                    "cmgwSignalProtocol": "default",
                    "cmgwSignalProtocolVersion": "configured-value",
                    "cmgwSignalProtocolPort": "configured-value",
                    "cmgwSignalMgcProtocolPort": "configured-value",
                    "cmgwSignalProtocolPreference": 1,
                    "cmgwSignalProtocolConfigVer": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocolIndex": {
      "get": {
        "summary": "Get cmgwSignalProtocolIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocolIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocolIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocol": {
      "get": {
        "summary": "Get cmgwSignalProtocol",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocol",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocol": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocolVersion": {
      "get": {
        "summary": "Get cmgwSignalProtocolVersion",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocolVersion",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocolVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocolPort": {
      "get": {
        "summary": "Get cmgwSignalProtocolPort",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocolPort",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocolPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalMgcProtocolPort": {
      "get": {
        "summary": "Get cmgwSignalMgcProtocolPort",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalMgcProtocolPort",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalMgcProtocolPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalMgcProtocolPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocolPreference": {
      "get": {
        "summary": "Get cmgwSignalProtocolPreference",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocolPreference",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocolPreference": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolPreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwSignalProtocolTable/cmgwSignalProtocolEntry/cmgwSignalProtocolConfigVer": {
      "get": {
        "summary": "Get cmgwSignalProtocolConfigVer",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwSignalProtocolTable-cmgwSignalProtocolEntry-cmgwSignalProtocolConfigVer",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwSignalProtocolConfigVer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwSignalProtocolConfigVer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable": {
      "get": {
        "summary": "Get cMediaGwIpConfigTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwIpConfigEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwIpConfigIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwIpConfigIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwIpConfigVpi": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwIpConfigVci": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwIpConfigAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwIpConfigAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cmgwIpConfigSubnetMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwIpConfigDefaultGwIp": {
                          "type": "boolean",
                          "example": true
                        },
                        "cmgwIpConfigForRemoteMapping": {
                          "type": "boolean",
                          "example": true
                        },
                        "cmgwIpConfigRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwIpConfigTable": {
                    "cMediaGwIpConfigEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwIpConfigIndex": 1,
                      "cmgwIpConfigIfIndex": "configured-value",
                      "cmgwIpConfigVpi": 1,
                      "cmgwIpConfigVci": 1,
                      "cmgwIpConfigAddrType": "configured-value",
                      "cmgwIpConfigAddress": "10.1.1.1",
                      "cmgwIpConfigSubnetMask": "configured-value",
                      "cmgwIpConfigDefaultGwIp": true,
                      "cmgwIpConfigForRemoteMapping": true,
                      "cmgwIpConfigRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwIpConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry": {
      "get": {
        "summary": "Get cMediaGwIpConfigEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwIpConfigIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwIpConfigIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwIpConfigVpi": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwIpConfigVci": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwIpConfigAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwIpConfigAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cmgwIpConfigSubnetMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwIpConfigDefaultGwIp": {
                      "type": "boolean",
                      "example": true
                    },
                    "cmgwIpConfigForRemoteMapping": {
                      "type": "boolean",
                      "example": true
                    },
                    "cmgwIpConfigRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwIpConfigEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwIpConfigIndex": 1,
                    "cmgwIpConfigIfIndex": "configured-value",
                    "cmgwIpConfigVpi": 1,
                    "cmgwIpConfigVci": 1,
                    "cmgwIpConfigAddrType": "configured-value",
                    "cmgwIpConfigAddress": "10.1.1.1",
                    "cmgwIpConfigSubnetMask": "configured-value",
                    "cmgwIpConfigDefaultGwIp": true,
                    "cmgwIpConfigForRemoteMapping": true,
                    "cmgwIpConfigRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwIpConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigIndex": {
      "get": {
        "summary": "Get cmgwIpConfigIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigIfIndex": {
      "get": {
        "summary": "Get cmgwIpConfigIfIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigIfIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigVpi": {
      "get": {
        "summary": "Get cmgwIpConfigVpi",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigVpi",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigVpi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigVpi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigVci": {
      "get": {
        "summary": "Get cmgwIpConfigVci",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigVci",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigVci": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigVci from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigAddrType": {
      "get": {
        "summary": "Get cmgwIpConfigAddrType",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigAddrType",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigAddress": {
      "get": {
        "summary": "Get cmgwIpConfigAddress",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigAddress",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwIpConfigAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigSubnetMask": {
      "get": {
        "summary": "Get cmgwIpConfigSubnetMask",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigSubnetMask",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigSubnetMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigSubnetMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigDefaultGwIp": {
      "get": {
        "summary": "Get cmgwIpConfigDefaultGwIp",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigDefaultGwIp",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigDefaultGwIp": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigDefaultGwIp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigForRemoteMapping": {
      "get": {
        "summary": "Get cmgwIpConfigForRemoteMapping",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigForRemoteMapping",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigForRemoteMapping": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigForRemoteMapping from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwIpConfigTable/cMediaGwIpConfigEntry/cmgwIpConfigRowStatus": {
      "get": {
        "summary": "Get cmgwIpConfigRowStatus",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwIpConfigTable-cMediaGwIpConfigEntry-cmgwIpConfigRowStatus",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIpConfigRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIpConfigRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable": {
      "get": {
        "summary": "Get cMediaGwDomainNameConfigTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwDomainNameConfigEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwConfigDomainNameIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwConfigDomainNameEntity": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cmgwConfigDomainName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cmgwConfigDomainNameRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "example-1"
                    }
                  },
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwDomainNameConfigTable": {
                    "cMediaGwDomainNameConfigEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwConfigDomainNameIndex": 1,
                      "cmgwConfigDomainNameEntity": "default",
                      "cmgwConfigDomainName": "example-1",
                      "cmgwConfigDomainNameRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwDomainNameConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry": {
      "get": {
        "summary": "Get cMediaGwDomainNameConfigEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwConfigDomainNameIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwConfigDomainNameEntity": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cmgwConfigDomainName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cmgwConfigDomainNameRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwDomainNameConfigEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwConfigDomainNameIndex": 1,
                    "cmgwConfigDomainNameEntity": "default",
                    "cmgwConfigDomainName": "example-1",
                    "cmgwConfigDomainNameRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwDomainNameConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry/cmgwConfigDomainNameIndex": {
      "get": {
        "summary": "Get cmgwConfigDomainNameIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry-cmgwConfigDomainNameIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwConfigDomainNameIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwConfigDomainNameIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry/cmgwConfigDomainNameEntity": {
      "get": {
        "summary": "Get cmgwConfigDomainNameEntity",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry-cmgwConfigDomainNameEntity",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwConfigDomainNameEntity": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwConfigDomainNameEntity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry/cmgwConfigDomainName": {
      "get": {
        "summary": "Get cmgwConfigDomainName",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry-cmgwConfigDomainName",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwConfigDomainName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwConfigDomainName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDomainNameConfigTable/cMediaGwDomainNameConfigEntry/cmgwConfigDomainNameRowStatus": {
      "get": {
        "summary": "Get cmgwConfigDomainNameRowStatus",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDomainNameConfigTable-cMediaGwDomainNameConfigEntry-cmgwConfigDomainNameRowStatus",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwConfigDomainNameRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwConfigDomainNameRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable": {
      "get": {
        "summary": "Get cMediaGwDnsIpConfigTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwDnsIpConfigEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwDnsIpIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cmgwDnsDomainName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cmgwDnsIpType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwDnsIp": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwDnsIpRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwDnsIpConfigTable": {
                    "cMediaGwDnsIpConfigEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwDnsIpIndex": 1,
                      "cmgwDnsDomainName": "example-1",
                      "cmgwDnsIpType": "configured-value",
                      "cmgwDnsIp": "configured-value",
                      "cmgwDnsIpRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwDnsIpConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry": {
      "get": {
        "summary": "Get cMediaGwDnsIpConfigEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwDnsIpIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cmgwDnsDomainName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cmgwDnsIpType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwDnsIp": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwDnsIpRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwDnsIpConfigEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwDnsIpIndex": 1,
                    "cmgwDnsDomainName": "example-1",
                    "cmgwDnsIpType": "configured-value",
                    "cmgwDnsIp": "configured-value",
                    "cmgwDnsIpRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwDnsIpConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwDnsIpIndex": {
      "get": {
        "summary": "Get cmgwDnsIpIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwDnsIpIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwDnsIpIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDnsIpIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwDnsDomainName": {
      "get": {
        "summary": "Get cmgwDnsDomainName",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwDnsDomainName",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwDnsDomainName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDnsDomainName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwDnsIpType": {
      "get": {
        "summary": "Get cmgwDnsIpType",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwDnsIpType",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwDnsIpType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDnsIpType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwDnsIp": {
      "get": {
        "summary": "Get cmgwDnsIp",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwDnsIp",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwDnsIp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDnsIp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwDnsIpConfigTable/cMediaGwDnsIpConfigEntry/cmgwDnsIpRowStatus": {
      "get": {
        "summary": "Get cmgwDnsIpRowStatus",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwDnsIpConfigTable-cMediaGwDnsIpConfigEntry-cmgwDnsIpRowStatus",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwDnsIpRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwDnsIpRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable": {
      "get": {
        "summary": "Get cmgwLifTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwLifEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwLifNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cmgwLifPvcCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "cmgwLifVoiceIfCount": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwLifTable": {
                    "cmgwLifEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwLifNumber": "10",
                      "cmgwLifPvcCount": "10",
                      "cmgwLifVoiceIfCount": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLifTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable/cmgwLifEntry": {
      "get": {
        "summary": "Get cmgwLifEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable-cmgwLifEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwLifNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cmgwLifPvcCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cmgwLifVoiceIfCount": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwLifEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwLifNumber": "10",
                    "cmgwLifPvcCount": "10",
                    "cmgwLifVoiceIfCount": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLifEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable/cmgwLifEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable-cmgwLifEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable/cmgwLifEntry/cmgwLifNumber": {
      "get": {
        "summary": "Get cmgwLifNumber",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable-cmgwLifEntry-cmgwLifNumber",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwLifNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLifNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable/cmgwLifEntry/cmgwLifPvcCount": {
      "get": {
        "summary": "Get cmgwLifPvcCount",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable-cmgwLifEntry-cmgwLifPvcCount",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwLifPvcCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLifPvcCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cmgwLifTable/cmgwLifEntry/cmgwLifVoiceIfCount": {
      "get": {
        "summary": "Get cmgwLifVoiceIfCount",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cmgwLifTable-cmgwLifEntry-cmgwLifVoiceIfCount",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cmgwLifVoiceIfCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwLifVoiceIfCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable": {
      "get": {
        "summary": "Get cMediaGwCallControlConfigTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwCallControlConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cmgwIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cMediaGwCcCfgControlTos": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgBearerTos": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgNtePayload": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgNsePayload": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgNseRespTimer": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgVbdJitterDelayMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cMediaGwCcCfgVbdJitterMaxDelay": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgVbdJitterNomDelay": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgVbdJitterMinDelay": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cMediaGwCcCfgDefaultTonePlanId": {
                            "type": "string",
                            "example": "1"
                          },
                          "cMediaGwCcCfgDescrInfoEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "cMediaGwCcCfgDsNamePrefix": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cMediaGwCcCfgRtpNamePrefix": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cMediaGwCcCfgAal1SvcNamePrefix": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cMediaGwCcCfgAal2SvcNamePrefix": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cMediaGwCcCfgClusterEnabled": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cMediaGwCcCfgDefBearerTraffic": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cMediaGwCcCfgDefRtpNamePrefix": {
                            "type": "string",
                            "example": "example-1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCallControlConfigTable": {
                    "cMediaGwCallControlConfigEntry": [
                      {
                        "cmgwIndex": "configured-value",
                        "cMediaGwCcCfgControlTos": 1,
                        "cMediaGwCcCfgBearerTos": 1,
                        "cMediaGwCcCfgNtePayload": 1,
                        "cMediaGwCcCfgNsePayload": 1,
                        "cMediaGwCcCfgNseRespTimer": 1,
                        "cMediaGwCcCfgVbdJitterDelayMode": "configured-value",
                        "cMediaGwCcCfgVbdJitterMaxDelay": 1,
                        "cMediaGwCcCfgVbdJitterNomDelay": 1,
                        "cMediaGwCcCfgVbdJitterMinDelay": 1,
                        "cMediaGwCcCfgDefaultTonePlanId": "1",
                        "cMediaGwCcCfgDescrInfoEnabled": true,
                        "cMediaGwCcCfgDsNamePrefix": "example-1",
                        "cMediaGwCcCfgRtpNamePrefix": "example-1",
                        "cMediaGwCcCfgAal1SvcNamePrefix": "example-1",
                        "cMediaGwCcCfgAal2SvcNamePrefix": "example-1",
                        "cMediaGwCcCfgClusterEnabled": "default",
                        "cMediaGwCcCfgDefBearerTraffic": "default",
                        "cMediaGwCcCfgDefRtpNamePrefix": "example-1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCallControlConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry": {
      "get": {
        "summary": "Get cMediaGwCallControlConfigEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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": {
                      "cmgwIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cMediaGwCcCfgControlTos": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgBearerTos": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgNtePayload": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgNsePayload": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgNseRespTimer": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgVbdJitterDelayMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cMediaGwCcCfgVbdJitterMaxDelay": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgVbdJitterNomDelay": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgVbdJitterMinDelay": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cMediaGwCcCfgDefaultTonePlanId": {
                        "type": "string",
                        "example": "1"
                      },
                      "cMediaGwCcCfgDescrInfoEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "cMediaGwCcCfgDsNamePrefix": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cMediaGwCcCfgRtpNamePrefix": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cMediaGwCcCfgAal1SvcNamePrefix": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cMediaGwCcCfgAal2SvcNamePrefix": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cMediaGwCcCfgClusterEnabled": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cMediaGwCcCfgDefBearerTraffic": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cMediaGwCcCfgDefRtpNamePrefix": {
                        "type": "string",
                        "example": "example-1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCallControlConfigEntry": [
                    {
                      "cmgwIndex": "configured-value",
                      "cMediaGwCcCfgControlTos": 1,
                      "cMediaGwCcCfgBearerTos": 1,
                      "cMediaGwCcCfgNtePayload": 1,
                      "cMediaGwCcCfgNsePayload": 1,
                      "cMediaGwCcCfgNseRespTimer": 1,
                      "cMediaGwCcCfgVbdJitterDelayMode": "configured-value",
                      "cMediaGwCcCfgVbdJitterMaxDelay": 1,
                      "cMediaGwCcCfgVbdJitterNomDelay": 1,
                      "cMediaGwCcCfgVbdJitterMinDelay": 1,
                      "cMediaGwCcCfgDefaultTonePlanId": "1",
                      "cMediaGwCcCfgDescrInfoEnabled": true,
                      "cMediaGwCcCfgDsNamePrefix": "example-1",
                      "cMediaGwCcCfgRtpNamePrefix": "example-1",
                      "cMediaGwCcCfgAal1SvcNamePrefix": "example-1",
                      "cMediaGwCcCfgAal2SvcNamePrefix": "example-1",
                      "cMediaGwCcCfgClusterEnabled": "default",
                      "cMediaGwCcCfgDefBearerTraffic": "default",
                      "cMediaGwCcCfgDefRtpNamePrefix": "example-1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCallControlConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgControlTos": {
      "get": {
        "summary": "Get cMediaGwCcCfgControlTos",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgControlTos",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgControlTos": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgControlTos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgBearerTos": {
      "get": {
        "summary": "Get cMediaGwCcCfgBearerTos",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgBearerTos",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgBearerTos": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgBearerTos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgNtePayload": {
      "get": {
        "summary": "Get cMediaGwCcCfgNtePayload",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgNtePayload",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgNtePayload": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgNtePayload from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgNsePayload": {
      "get": {
        "summary": "Get cMediaGwCcCfgNsePayload",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgNsePayload",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgNsePayload": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgNsePayload from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgNseRespTimer": {
      "get": {
        "summary": "Get cMediaGwCcCfgNseRespTimer",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgNseRespTimer",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgNseRespTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgNseRespTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgVbdJitterDelayMode": {
      "get": {
        "summary": "Get cMediaGwCcCfgVbdJitterDelayMode",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgVbdJitterDelayMode",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgVbdJitterDelayMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgVbdJitterDelayMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgVbdJitterMaxDelay": {
      "get": {
        "summary": "Get cMediaGwCcCfgVbdJitterMaxDelay",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgVbdJitterMaxDelay",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgVbdJitterMaxDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgVbdJitterMaxDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgVbdJitterNomDelay": {
      "get": {
        "summary": "Get cMediaGwCcCfgVbdJitterNomDelay",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgVbdJitterNomDelay",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgVbdJitterNomDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgVbdJitterNomDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgVbdJitterMinDelay": {
      "get": {
        "summary": "Get cMediaGwCcCfgVbdJitterMinDelay",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgVbdJitterMinDelay",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgVbdJitterMinDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgVbdJitterMinDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgDefaultTonePlanId": {
      "get": {
        "summary": "Get cMediaGwCcCfgDefaultTonePlanId",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgDefaultTonePlanId",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgDefaultTonePlanId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgDefaultTonePlanId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgDescrInfoEnabled": {
      "get": {
        "summary": "Get cMediaGwCcCfgDescrInfoEnabled",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgDescrInfoEnabled",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgDescrInfoEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgDescrInfoEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgDsNamePrefix": {
      "get": {
        "summary": "Get cMediaGwCcCfgDsNamePrefix",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgDsNamePrefix",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgDsNamePrefix": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgDsNamePrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgRtpNamePrefix": {
      "get": {
        "summary": "Get cMediaGwCcCfgRtpNamePrefix",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgRtpNamePrefix",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgRtpNamePrefix": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgRtpNamePrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgAal1SvcNamePrefix": {
      "get": {
        "summary": "Get cMediaGwCcCfgAal1SvcNamePrefix",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgAal1SvcNamePrefix",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgAal1SvcNamePrefix": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgAal1SvcNamePrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgAal2SvcNamePrefix": {
      "get": {
        "summary": "Get cMediaGwCcCfgAal2SvcNamePrefix",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgAal2SvcNamePrefix",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgAal2SvcNamePrefix": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgAal2SvcNamePrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgClusterEnabled": {
      "get": {
        "summary": "Get cMediaGwCcCfgClusterEnabled",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgClusterEnabled",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgClusterEnabled": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgClusterEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgDefBearerTraffic": {
      "get": {
        "summary": "Get cMediaGwCcCfgDefBearerTraffic",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgDefBearerTraffic",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cMediaGwCcCfgDefBearerTraffic": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgDefBearerTraffic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwCallControlConfigTable/cMediaGwCallControlConfigEntry/cMediaGwCcCfgDefRtpNamePrefix": {
      "get": {
        "summary": "Get cMediaGwCcCfgDefRtpNamePrefix",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwCallControlConfigTable-cMediaGwCallControlConfigEntry-cMediaGwCcCfgDefRtpNamePrefix",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwCcCfgDefRtpNamePrefix": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwCcCfgDefRtpNamePrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable": {
      "get": {
        "summary": "Get cMediaGwRscStatsTable",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cMediaGwRscStatsEntry": {
                      "type": "object",
                      "properties": {
                        "cmgwIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwRscStatsIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwRscMaximumUtilization": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwRscMinimumUtilization": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwRscAverageUtilization": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmgwRscSinceLastReset": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwRscStatsTable": {
                    "cMediaGwRscStatsEntry": {
                      "cmgwIndex": "configured-value",
                      "cmgwRscStatsIndex": "default",
                      "cmgwRscMaximumUtilization": "configured-value",
                      "cmgwRscMinimumUtilization": "configured-value",
                      "cmgwRscAverageUtilization": "configured-value",
                      "cmgwRscSinceLastReset": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwRscStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry": {
      "get": {
        "summary": "Get cMediaGwRscStatsEntry",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry",
        "tags": [
          "CISCO-MEDIA-GATEWAY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmgwIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwRscStatsIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwRscMaximumUtilization": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwRscMinimumUtilization": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwRscAverageUtilization": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmgwRscSinceLastReset": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MEDIA-GATEWAY-MIB:cMediaGwRscStatsEntry": {
                    "cmgwIndex": "configured-value",
                    "cmgwRscStatsIndex": "default",
                    "cmgwRscMaximumUtilization": "configured-value",
                    "cmgwRscMinimumUtilization": "configured-value",
                    "cmgwRscAverageUtilization": "configured-value",
                    "cmgwRscSinceLastReset": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cMediaGwRscStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwIndex": {
      "get": {
        "summary": "Get cmgwIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwRscStatsIndex": {
      "get": {
        "summary": "Get cmgwRscStatsIndex",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwRscStatsIndex",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwRscStatsIndex": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwRscStatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwRscMaximumUtilization": {
      "get": {
        "summary": "Get cmgwRscMaximumUtilization",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwRscMaximumUtilization",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwRscMaximumUtilization": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwRscMaximumUtilization from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwRscMinimumUtilization": {
      "get": {
        "summary": "Get cmgwRscMinimumUtilization",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwRscMinimumUtilization",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwRscMinimumUtilization": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwRscMinimumUtilization from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwRscAverageUtilization": {
      "get": {
        "summary": "Get cmgwRscAverageUtilization",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwRscAverageUtilization",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwRscAverageUtilization": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwRscAverageUtilization from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB/cMediaGwRscStatsTable/cMediaGwRscStatsEntry/cmgwRscSinceLastReset": {
      "get": {
        "summary": "Get cmgwRscSinceLastReset",
        "operationId": "get-CISCO-MEDIA-GATEWAY-MIB:CISCO-MEDIA-GATEWAY-MIB-cMediaGwRscStatsTable-cMediaGwRscStatsEntry-cmgwRscSinceLastReset",
        "tags": [
          "CISCO-MEDIA-GATEWAY-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-MEDIA-GATEWAY-MIB:cmgwRscSinceLastReset": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmgwRscSinceLastReset 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": []
    }
  ]
}
