{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-VOICE-DNIS-MIB",
    "description": "MIB data from `CISCO-VOICE-DNIS-MIB` module.\n\n**Root containers:** 1 (CISCO-VOICE-DNIS-MIB)\n**Paths:** 21 | **Descendants:** 20\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-VOICE-DNIS-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-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB": {
      "get": {
        "summary": "Get CISCO-VOICE-DNIS-MIB",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisMappingTable": {
                      "type": "object",
                      "properties": {
                        "cvDnisMappingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cvDnisMappingName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvDnisMappingUrl": {
                                "type": "string",
                                "example": "https://10.1.1.1/restconf"
                              },
                              "cvDnisMappingRefresh": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvDnisMappingUrlAccessError": {
                                "type": "string",
                                "example": "0"
                              },
                              "cvDnisMappingStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvDnisNodeTable": {
                      "type": "object",
                      "properties": {
                        "cvDnisNodeEntry": {
                          "type": "object",
                          "properties": {
                            "cvDnisMappingName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvDnisNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cvDnisNodeUrl": {
                              "type": "string",
                              "example": "https://10.1.1.1/restconf"
                            },
                            "cvDnisNodeModifiable": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvDnisNodeStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cvDnisMappingName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvDnisMappingUrl": {
                              "type": "string",
                              "example": "https://10.1.1.1/restconf"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cvDnisMappingName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvDnisMappingUrlAccessError": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": true
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB": {
                    "cvDnisMappingTable": {
                      "cvDnisMappingEntry": [
                        {
                          "cvDnisMappingName": "example-1",
                          "cvDnisMappingUrl": "https://10.1.1.1/restconf",
                          "cvDnisMappingRefresh": "default",
                          "cvDnisMappingUrlAccessError": "0",
                          "cvDnisMappingStatus": "active"
                        }
                      ]
                    },
                    "cvDnisNodeTable": {
                      "cvDnisNodeEntry": {
                        "cvDnisMappingName": "example-1",
                        "cvDnisNumber": "10",
                        "cvDnisNodeUrl": "https://10.1.1.1/restconf",
                        "cvDnisNodeModifiable": true,
                        "cvDnisNodeStatus": "active"
                      },
                      "object-1": {
                        "cvDnisMappingName": "example-1",
                        "cvDnisMappingUrl": "https://10.1.1.1/restconf"
                      },
                      "object-2": {
                        "cvDnisMappingName": "example-1",
                        "cvDnisMappingUrlAccessError": "0"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-VOICE-DNIS-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable": {
      "get": {
        "summary": "Get cvDnisMappingTable",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisMappingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cvDnisMappingName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvDnisMappingUrl": {
                            "type": "string",
                            "example": "https://10.1.1.1/restconf"
                          },
                          "cvDnisMappingRefresh": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvDnisMappingUrlAccessError": {
                            "type": "string",
                            "example": "0"
                          },
                          "cvDnisMappingStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingTable": {
                    "cvDnisMappingEntry": [
                      {
                        "cvDnisMappingName": "example-1",
                        "cvDnisMappingUrl": "https://10.1.1.1/restconf",
                        "cvDnisMappingRefresh": "default",
                        "cvDnisMappingUrlAccessError": "0",
                        "cvDnisMappingStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry": {
      "get": {
        "summary": "Get cvDnisMappingEntry",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry",
        "tags": [
          "CISCO-VOICE-DNIS-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": {
                      "cvDnisMappingName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvDnisMappingUrl": {
                        "type": "string",
                        "example": "https://10.1.1.1/restconf"
                      },
                      "cvDnisMappingRefresh": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvDnisMappingUrlAccessError": {
                        "type": "string",
                        "example": "0"
                      },
                      "cvDnisMappingStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingEntry": [
                    {
                      "cvDnisMappingName": "example-1",
                      "cvDnisMappingUrl": "https://10.1.1.1/restconf",
                      "cvDnisMappingRefresh": "default",
                      "cvDnisMappingUrlAccessError": "0",
                      "cvDnisMappingStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry/cvDnisMappingName": {
      "get": {
        "summary": "Get cvDnisMappingName",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry-cvDnisMappingName",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry/cvDnisMappingUrl": {
      "get": {
        "summary": "Get cvDnisMappingUrl",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry-cvDnisMappingUrl",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingUrl": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingUrl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry/cvDnisMappingRefresh": {
      "get": {
        "summary": "Get cvDnisMappingRefresh",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry-cvDnisMappingRefresh",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingRefresh": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingRefresh from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry/cvDnisMappingUrlAccessError": {
      "get": {
        "summary": "Get cvDnisMappingUrlAccessError",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry-cvDnisMappingUrlAccessError",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingUrlAccessError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingUrlAccessError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisMappingTable/cvDnisMappingEntry/cvDnisMappingStatus": {
      "get": {
        "summary": "Get cvDnisMappingStatus",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisMappingTable-cvDnisMappingEntry-cvDnisMappingStatus",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable": {
      "get": {
        "summary": "Get cvDnisNodeTable",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisNodeEntry": {
                      "type": "object",
                      "properties": {
                        "cvDnisMappingName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvDnisNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cvDnisNodeUrl": {
                          "type": "string",
                          "example": "https://10.1.1.1/restconf"
                        },
                        "cvDnisNodeModifiable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvDnisNodeStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cvDnisMappingName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvDnisMappingUrl": {
                          "type": "string",
                          "example": "https://10.1.1.1/restconf"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cvDnisMappingName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvDnisMappingUrlAccessError": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisNodeTable": {
                    "cvDnisNodeEntry": {
                      "cvDnisMappingName": "example-1",
                      "cvDnisNumber": "10",
                      "cvDnisNodeUrl": "https://10.1.1.1/restconf",
                      "cvDnisNodeModifiable": true,
                      "cvDnisNodeStatus": "active"
                    },
                    "object-1": {
                      "cvDnisMappingName": "example-1",
                      "cvDnisMappingUrl": "https://10.1.1.1/restconf"
                    },
                    "object-2": {
                      "cvDnisMappingName": "example-1",
                      "cvDnisMappingUrlAccessError": "0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNodeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry": {
      "get": {
        "summary": "Get cvDnisNodeEntry",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisMappingName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvDnisNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cvDnisNodeUrl": {
                      "type": "string",
                      "example": "https://10.1.1.1/restconf"
                    },
                    "cvDnisNodeModifiable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvDnisNodeStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisNodeEntry": {
                    "cvDnisMappingName": "example-1",
                    "cvDnisNumber": "10",
                    "cvDnisNodeUrl": "https://10.1.1.1/restconf",
                    "cvDnisNodeModifiable": true,
                    "cvDnisNodeStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNodeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry/cvDnisMappingName": {
      "get": {
        "summary": "Get cvDnisMappingName",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry-cvDnisMappingName",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry/cvDnisNumber": {
      "get": {
        "summary": "Get cvDnisNumber",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry-cvDnisNumber",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry/cvDnisNodeUrl": {
      "get": {
        "summary": "Get cvDnisNodeUrl",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry-cvDnisNodeUrl",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisNodeUrl": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNodeUrl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry/cvDnisNodeModifiable": {
      "get": {
        "summary": "Get cvDnisNodeModifiable",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry-cvDnisNodeModifiable",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisNodeModifiable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNodeModifiable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/cvDnisNodeEntry/cvDnisNodeStatus": {
      "get": {
        "summary": "Get cvDnisNodeStatus",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-cvDnisNodeEntry-cvDnisNodeStatus",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisNodeStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisNodeStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-1",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisMappingName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvDnisMappingUrl": {
                      "type": "string",
                      "example": "https://10.1.1.1/restconf"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:object-1": {
                    "cvDnisMappingName": "example-1",
                    "cvDnisMappingUrl": "https://10.1.1.1/restconf"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-1/cvDnisMappingName": {
      "get": {
        "summary": "Get cvDnisMappingName",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-1-cvDnisMappingName",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-1/cvDnisMappingUrl": {
      "get": {
        "summary": "Get cvDnisMappingUrl",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-1-cvDnisMappingUrl",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingUrl": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingUrl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-2",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvDnisMappingName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvDnisMappingUrlAccessError": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:object-2": {
                    "cvDnisMappingName": "example-1",
                    "cvDnisMappingUrlAccessError": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-2/cvDnisMappingName": {
      "get": {
        "summary": "Get cvDnisMappingName",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-2-cvDnisMappingName",
        "tags": [
          "CISCO-VOICE-DNIS-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-VOICE-DNIS-MIB:cvDnisMappingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB/cvDnisNodeTable/object-2/cvDnisMappingUrlAccessError": {
      "get": {
        "summary": "Get cvDnisMappingUrlAccessError",
        "operationId": "get-CISCO-VOICE-DNIS-MIB:CISCO-VOICE-DNIS-MIB-cvDnisNodeTable-object-2-cvDnisMappingUrlAccessError",
        "tags": [
          "CISCO-VOICE-DNIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-VOICE-DNIS-MIB:cvDnisMappingUrlAccessError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvDnisMappingUrlAccessError 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": []
    }
  ]
}
