{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-DYNAMIC-TEMPLATE-MIB",
    "description": "MIB data from `CISCO-DYNAMIC-TEMPLATE-MIB` module.\n\n**Root containers:** 1 (CISCO-DYNAMIC-TEMPLATE-MIB)\n**Paths:** 143 | **Descendants:** 142\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-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB": {
      "get": {
        "summary": "Get CISCO-DYNAMIC-TEMPLATE-MIB",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtTemplateStatus": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtTemplateStorage": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtTemplateType": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtTemplateSrc": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtTemplateUsageCount": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 45
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtTemplateTargetTable": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateTargetEntry": {
                          "type": "object",
                          "properties": {
                            "cdtTemplateTargetType": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateTargetId": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateTargetStatus": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateTargetStorage": {
                              "type": "string",
                              "example": "45"
                            }
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtTemplateAssociationTable": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateAssociationEntry": {
                          "type": "object",
                          "properties": {
                            "cdtTemplateTargetType": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateTargetId": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateAssociationName": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateAssociationPrecedence": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 45
                            }
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtTemplateUsageTable": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateUsageEntry": {
                          "type": "object",
                          "properties": {
                            "cdtTemplateName": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateUsageTargetType": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtTemplateUsageTargetId": {
                              "type": "string",
                              "example": "45"
                            }
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtTemplateCommonTable": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateCommonEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtCommonValid": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtCommonDescr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonKeepaliveInt": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtCommonKeepaliveRetries": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtCommonVrf": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonAddrPool": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonIpv4AccessGroup": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonIpv4Unreachables": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtCommonIpv6AccessGroup": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtCommonIpv6Unreachables": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtCommonSrvSubControl": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonSrvRedirect": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonSrvAcct": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonSrvQos": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtCommonSrvNetflow": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtIfTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cdtIfTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtIfValid": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtIfMtu": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfCdpEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtIfFlowMonitor": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtIfIpv4Unnumbered": {
                                "type": "string",
                                "example": "10"
                              },
                              "cdtIfIpv4SubEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtIfIpv4Mtu": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv4TcpMssAdjust": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv4VerifyUniRpf": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtIfIpv4VerifyUniRpfAcl": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtIfIpv4VerifyUniRpfOpts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtIfIpv6Enable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtIfIpv6SubEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtIfIpv6TcpMssAdjust": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6VerifyUniRpf": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6VerifyUniRpfAcl": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6VerifyUniRpfOpts": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6NdPrefix": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6NdPrefixLength": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6NdValidLife": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdPreferredLife": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdOpts": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6NdDadAttempts": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdNsInterval": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdReachableTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdRaIntervalUnits": {
                                "type": "string",
                                "example": "2001:db8::1"
                              },
                              "cdtIfIpv6NdRaIntervalMax": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdRaIntervalMin": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdRaLife": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtIfIpv6NdRouterPreference": {
                                "type": "string",
                                "example": "2001:db8::1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtPppTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cdtPppTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtPppValid": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtPppAccounting": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtPppAuthentication": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppAuthenticationMethods": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppAuthorization": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtPppLoopbackIgnore": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtPppMaxBadAuth": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppMaxConfigure": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppMaxFailure": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppMaxTerminate": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppTimeoutAuthentication": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppTimeoutRetry": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdtPppChapOpts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppChapHostname": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cdtPppChapPassword": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppMsChapV1Opts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppMsChapV1Hostname": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cdtPppMsChapV1Password": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppMsChapV2Opts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppMsChapV2Hostname": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cdtPppMsChapV2Password": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppPapOpts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppPapUsername": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cdtPppPapPassword": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppEapOpts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppEapIdentity": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtPppEapPassword": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpAddrOption": {
                                "type": "string",
                                "example": "0"
                              },
                              "cdtPppIpcpDnsOption": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpDnsPrimary": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpDnsSecondary": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpWinsOption": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpWinsPrimary": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpWinsSecondary": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpMaskOption": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppIpcpMask": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppPeerDefIpAddrOpts": {
                                "type": "string",
                                "example": "0"
                              },
                              "cdtPppPeerDefIpAddrSrc": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtPppPeerDefIpAddr": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtPppPeerIpAddrPoolTable": {
                      "type": "object",
                      "properties": {
                        "cdtPppPeerIpAddrPoolEntry": {
                          "type": "object",
                          "properties": {
                            "cdtTemplateName": {
                              "type": "string",
                              "example": "45"
                            },
                            "cdtPppPeerIpAddrPoolPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdtPppPeerIpAddrPoolStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cdtPppPeerIpAddrPoolStorage": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdtPppPeerIpAddrPoolName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdtEthernetTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cdtEthernetTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtEthernetValid": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtEthernetBridgeDomain": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtEthernetPppoeEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtEthernetIpv4PointToPoint": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdtEthernetMacAddr": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cdtSrvTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cdtSrvTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cdtTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cdtSrvValid": {
                                "type": "string",
                                "example": "1"
                              },
                              "cdtSrvNetworkSrv": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtSrvVpdnGroup": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtSrvSgSrvGroup": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtSrvSgSrvType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdtSrvMulticast": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB": {
                    "cdtTemplateTable": {
                      "cdtTemplateEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtTemplateStatus": "45",
                          "cdtTemplateStorage": "45",
                          "cdtTemplateType": "45",
                          "cdtTemplateSrc": "default",
                          "cdtTemplateUsageCount": 45
                        }
                      ]
                    },
                    "cdtTemplateTargetTable": {
                      "cdtTemplateTargetEntry": {
                        "cdtTemplateTargetType": "45",
                        "cdtTemplateTargetId": "45",
                        "cdtTemplateTargetStatus": "45",
                        "cdtTemplateTargetStorage": "45"
                      }
                    },
                    "cdtTemplateAssociationTable": {
                      "cdtTemplateAssociationEntry": {
                        "cdtTemplateTargetType": "45",
                        "cdtTemplateTargetId": "45",
                        "cdtTemplateAssociationName": "45",
                        "cdtTemplateAssociationPrecedence": 45
                      }
                    },
                    "cdtTemplateUsageTable": {
                      "cdtTemplateUsageEntry": {
                        "cdtTemplateName": "45",
                        "cdtTemplateUsageTargetType": "45",
                        "cdtTemplateUsageTargetId": "45"
                      }
                    },
                    "cdtTemplateCommonTable": {
                      "cdtTemplateCommonEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtCommonValid": "",
                          "cdtCommonDescr": "configured-value",
                          "cdtCommonKeepaliveInt": 1,
                          "cdtCommonKeepaliveRetries": 1,
                          "cdtCommonVrf": "configured-value",
                          "cdtCommonAddrPool": "configured-value",
                          "cdtCommonIpv4AccessGroup": "configured-value",
                          "cdtCommonIpv4Unreachables": true,
                          "cdtCommonIpv6AccessGroup": "2001:db8::1",
                          "cdtCommonIpv6Unreachables": true,
                          "cdtCommonSrvSubControl": "configured-value",
                          "cdtCommonSrvRedirect": "configured-value",
                          "cdtCommonSrvAcct": "configured-value",
                          "cdtCommonSrvQos": "configured-value",
                          "cdtCommonSrvNetflow": "configured-value"
                        }
                      ]
                    },
                    "cdtIfTemplateTable": {
                      "cdtIfTemplateEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtIfValid": "",
                          "cdtIfMtu": 1,
                          "cdtIfCdpEnable": true,
                          "cdtIfFlowMonitor": "configured-value",
                          "cdtIfIpv4Unnumbered": "10",
                          "cdtIfIpv4SubEnable": true,
                          "cdtIfIpv4Mtu": 1,
                          "cdtIfIpv4TcpMssAdjust": 1,
                          "cdtIfIpv4VerifyUniRpf": "configured-value",
                          "cdtIfIpv4VerifyUniRpfAcl": "configured-value",
                          "cdtIfIpv4VerifyUniRpfOpts": "configured-value",
                          "cdtIfIpv6Enable": true,
                          "cdtIfIpv6SubEnable": true,
                          "cdtIfIpv6TcpMssAdjust": 1,
                          "cdtIfIpv6VerifyUniRpf": "2001:db8::1",
                          "cdtIfIpv6VerifyUniRpfAcl": "2001:db8::1",
                          "cdtIfIpv6VerifyUniRpfOpts": "2001:db8::1",
                          "cdtIfIpv6NdPrefix": "2001:db8::1",
                          "cdtIfIpv6NdPrefixLength": "2001:db8::1",
                          "cdtIfIpv6NdValidLife": 1,
                          "cdtIfIpv6NdPreferredLife": 1,
                          "cdtIfIpv6NdOpts": "",
                          "cdtIfIpv6NdDadAttempts": 1,
                          "cdtIfIpv6NdNsInterval": 1,
                          "cdtIfIpv6NdReachableTime": 1,
                          "cdtIfIpv6NdRaIntervalUnits": "default",
                          "cdtIfIpv6NdRaIntervalMax": 1,
                          "cdtIfIpv6NdRaIntervalMin": 1,
                          "cdtIfIpv6NdRaLife": 1,
                          "cdtIfIpv6NdRouterPreference": "default"
                        }
                      ]
                    },
                    "cdtPppTemplateTable": {
                      "cdtPppTemplateEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtPppValid": "",
                          "cdtPppAccounting": true,
                          "cdtPppAuthentication": "",
                          "cdtPppAuthenticationMethods": "configured-value",
                          "cdtPppAuthorization": true,
                          "cdtPppLoopbackIgnore": true,
                          "cdtPppMaxBadAuth": 1,
                          "cdtPppMaxConfigure": 1,
                          "cdtPppMaxFailure": 1,
                          "cdtPppMaxTerminate": 1,
                          "cdtPppTimeoutAuthentication": 1,
                          "cdtPppTimeoutRetry": 1,
                          "cdtPppChapOpts": "",
                          "cdtPppChapHostname": "example-1",
                          "cdtPppChapPassword": "configured-value",
                          "cdtPppMsChapV1Opts": "",
                          "cdtPppMsChapV1Hostname": "example-1",
                          "cdtPppMsChapV1Password": "configured-value",
                          "cdtPppMsChapV2Opts": "",
                          "cdtPppMsChapV2Hostname": "example-1",
                          "cdtPppMsChapV2Password": "configured-value",
                          "cdtPppPapOpts": "",
                          "cdtPppPapUsername": "example-1",
                          "cdtPppPapPassword": "configured-value",
                          "cdtPppEapOpts": "",
                          "cdtPppEapIdentity": "1",
                          "cdtPppEapPassword": "configured-value",
                          "cdtPppIpcpAddrOption": "default",
                          "cdtPppIpcpDnsOption": "default",
                          "cdtPppIpcpDnsPrimary": "configured-value",
                          "cdtPppIpcpDnsSecondary": "configured-value",
                          "cdtPppIpcpWinsOption": "default",
                          "cdtPppIpcpWinsPrimary": "configured-value",
                          "cdtPppIpcpWinsSecondary": "configured-value",
                          "cdtPppIpcpMaskOption": "default",
                          "cdtPppIpcpMask": "configured-value",
                          "cdtPppPeerDefIpAddrOpts": "",
                          "cdtPppPeerDefIpAddrSrc": "default",
                          "cdtPppPeerDefIpAddr": "configured-value"
                        }
                      ]
                    },
                    "cdtPppPeerIpAddrPoolTable": {
                      "cdtPppPeerIpAddrPoolEntry": {
                        "cdtTemplateName": "45",
                        "cdtPppPeerIpAddrPoolPriority": 1,
                        "cdtPppPeerIpAddrPoolStatus": "active",
                        "cdtPppPeerIpAddrPoolStorage": "configured-value",
                        "cdtPppPeerIpAddrPoolName": "example-1"
                      }
                    },
                    "cdtEthernetTemplateTable": {
                      "cdtEthernetTemplateEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtEthernetValid": "",
                          "cdtEthernetBridgeDomain": "1",
                          "cdtEthernetPppoeEnable": true,
                          "cdtEthernetIpv4PointToPoint": true,
                          "cdtEthernetMacAddr": "configured-value"
                        }
                      ]
                    },
                    "cdtSrvTemplateTable": {
                      "cdtSrvTemplateEntry": [
                        {
                          "cdtTemplateName": "45",
                          "cdtSrvValid": "",
                          "cdtSrvNetworkSrv": "default",
                          "cdtSrvVpdnGroup": "configured-value",
                          "cdtSrvSgSrvGroup": "configured-value",
                          "cdtSrvSgSrvType": "default",
                          "cdtSrvMulticast": true
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-DYNAMIC-TEMPLATE-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable": {
      "get": {
        "summary": "Get cdtTemplateTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtTemplateStatus": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtTemplateStorage": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtTemplateType": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtTemplateSrc": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtTemplateUsageCount": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 45
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTable": {
                    "cdtTemplateEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtTemplateStatus": "45",
                        "cdtTemplateStorage": "45",
                        "cdtTemplateType": "45",
                        "cdtTemplateSrc": "default",
                        "cdtTemplateUsageCount": 45
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry": {
      "get": {
        "summary": "Get cdtTemplateEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtTemplateStatus": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtTemplateStorage": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtTemplateType": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtTemplateSrc": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtTemplateUsageCount": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 45
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtTemplateStatus": "45",
                      "cdtTemplateStorage": "45",
                      "cdtTemplateType": "45",
                      "cdtTemplateSrc": "default",
                      "cdtTemplateUsageCount": 45
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateStatus": {
      "get": {
        "summary": "Get cdtTemplateStatus",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateStatus",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateStatus": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateStorage": {
      "get": {
        "summary": "Get cdtTemplateStorage",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateStorage",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateStorage": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateStorage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateType": {
      "get": {
        "summary": "Get cdtTemplateType",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateType",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateType": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateSrc": {
      "get": {
        "summary": "Get cdtTemplateSrc",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateSrc",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateSrc": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateSrc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTable/cdtTemplateEntry/cdtTemplateUsageCount": {
      "get": {
        "summary": "Get cdtTemplateUsageCount",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTable-cdtTemplateEntry-cdtTemplateUsageCount",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateUsageCount": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateUsageCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable": {
      "get": {
        "summary": "Get cdtTemplateTargetTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateTargetEntry": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateTargetType": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateTargetId": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateTargetStatus": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateTargetStorage": {
                          "type": "string",
                          "example": "45"
                        }
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetTable": {
                    "cdtTemplateTargetEntry": {
                      "cdtTemplateTargetType": "45",
                      "cdtTemplateTargetId": "45",
                      "cdtTemplateTargetStatus": "45",
                      "cdtTemplateTargetStorage": "45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable/cdtTemplateTargetEntry": {
      "get": {
        "summary": "Get cdtTemplateTargetEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable-cdtTemplateTargetEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateTargetType": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateTargetId": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateTargetStatus": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateTargetStorage": {
                      "type": "string",
                      "example": "45"
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetEntry": {
                    "cdtTemplateTargetType": "45",
                    "cdtTemplateTargetId": "45",
                    "cdtTemplateTargetStatus": "45",
                    "cdtTemplateTargetStorage": "45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable/cdtTemplateTargetEntry/cdtTemplateTargetType": {
      "get": {
        "summary": "Get cdtTemplateTargetType",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable-cdtTemplateTargetEntry-cdtTemplateTargetType",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetType": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable/cdtTemplateTargetEntry/cdtTemplateTargetId": {
      "get": {
        "summary": "Get cdtTemplateTargetId",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable-cdtTemplateTargetEntry-cdtTemplateTargetId",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetId": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable/cdtTemplateTargetEntry/cdtTemplateTargetStatus": {
      "get": {
        "summary": "Get cdtTemplateTargetStatus",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable-cdtTemplateTargetEntry-cdtTemplateTargetStatus",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetStatus": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateTargetTable/cdtTemplateTargetEntry/cdtTemplateTargetStorage": {
      "get": {
        "summary": "Get cdtTemplateTargetStorage",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateTargetTable-cdtTemplateTargetEntry-cdtTemplateTargetStorage",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetStorage": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetStorage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable": {
      "get": {
        "summary": "Get cdtTemplateAssociationTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateAssociationEntry": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateTargetType": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateTargetId": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateAssociationName": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateAssociationPrecedence": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 45
                        }
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateAssociationTable": {
                    "cdtTemplateAssociationEntry": {
                      "cdtTemplateTargetType": "45",
                      "cdtTemplateTargetId": "45",
                      "cdtTemplateAssociationName": "45",
                      "cdtTemplateAssociationPrecedence": 45
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateAssociationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable/cdtTemplateAssociationEntry": {
      "get": {
        "summary": "Get cdtTemplateAssociationEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable-cdtTemplateAssociationEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateTargetType": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateTargetId": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateAssociationName": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateAssociationPrecedence": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateAssociationEntry": {
                    "cdtTemplateTargetType": "45",
                    "cdtTemplateTargetId": "45",
                    "cdtTemplateAssociationName": "45",
                    "cdtTemplateAssociationPrecedence": 45
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateAssociationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable/cdtTemplateAssociationEntry/cdtTemplateTargetType": {
      "get": {
        "summary": "Get cdtTemplateTargetType",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable-cdtTemplateAssociationEntry-cdtTemplateTargetType",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetType": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable/cdtTemplateAssociationEntry/cdtTemplateTargetId": {
      "get": {
        "summary": "Get cdtTemplateTargetId",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable-cdtTemplateAssociationEntry-cdtTemplateTargetId",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateTargetId": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateTargetId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable/cdtTemplateAssociationEntry/cdtTemplateAssociationName": {
      "get": {
        "summary": "Get cdtTemplateAssociationName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable-cdtTemplateAssociationEntry-cdtTemplateAssociationName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateAssociationName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateAssociationName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateAssociationTable/cdtTemplateAssociationEntry/cdtTemplateAssociationPrecedence": {
      "get": {
        "summary": "Get cdtTemplateAssociationPrecedence",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateAssociationTable-cdtTemplateAssociationEntry-cdtTemplateAssociationPrecedence",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateAssociationPrecedence": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateAssociationPrecedence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateUsageTable": {
      "get": {
        "summary": "Get cdtTemplateUsageTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateUsageTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateUsageEntry": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateName": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateUsageTargetType": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtTemplateUsageTargetId": {
                          "type": "string",
                          "example": "45"
                        }
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateUsageTable": {
                    "cdtTemplateUsageEntry": {
                      "cdtTemplateName": "45",
                      "cdtTemplateUsageTargetType": "45",
                      "cdtTemplateUsageTargetId": "45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateUsageTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateUsageTable/cdtTemplateUsageEntry": {
      "get": {
        "summary": "Get cdtTemplateUsageEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateUsageTable-cdtTemplateUsageEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateName": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateUsageTargetType": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtTemplateUsageTargetId": {
                      "type": "string",
                      "example": "45"
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateUsageEntry": {
                    "cdtTemplateName": "45",
                    "cdtTemplateUsageTargetType": "45",
                    "cdtTemplateUsageTargetId": "45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateUsageEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateUsageTable/cdtTemplateUsageEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateUsageTable-cdtTemplateUsageEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateUsageTable/cdtTemplateUsageEntry/cdtTemplateUsageTargetType": {
      "get": {
        "summary": "Get cdtTemplateUsageTargetType",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateUsageTable-cdtTemplateUsageEntry-cdtTemplateUsageTargetType",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateUsageTargetType": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateUsageTargetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateUsageTable/cdtTemplateUsageEntry/cdtTemplateUsageTargetId": {
      "get": {
        "summary": "Get cdtTemplateUsageTargetId",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateUsageTable-cdtTemplateUsageEntry-cdtTemplateUsageTargetId",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateUsageTargetId": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateUsageTargetId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable": {
      "get": {
        "summary": "Get cdtTemplateCommonTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateCommonEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtCommonValid": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtCommonDescr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonKeepaliveInt": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtCommonKeepaliveRetries": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtCommonVrf": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonAddrPool": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonIpv4AccessGroup": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonIpv4Unreachables": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtCommonIpv6AccessGroup": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtCommonIpv6Unreachables": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtCommonSrvSubControl": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonSrvRedirect": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonSrvAcct": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonSrvQos": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtCommonSrvNetflow": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateCommonTable": {
                    "cdtTemplateCommonEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtCommonValid": "",
                        "cdtCommonDescr": "configured-value",
                        "cdtCommonKeepaliveInt": 1,
                        "cdtCommonKeepaliveRetries": 1,
                        "cdtCommonVrf": "configured-value",
                        "cdtCommonAddrPool": "configured-value",
                        "cdtCommonIpv4AccessGroup": "configured-value",
                        "cdtCommonIpv4Unreachables": true,
                        "cdtCommonIpv6AccessGroup": "2001:db8::1",
                        "cdtCommonIpv6Unreachables": true,
                        "cdtCommonSrvSubControl": "configured-value",
                        "cdtCommonSrvRedirect": "configured-value",
                        "cdtCommonSrvAcct": "configured-value",
                        "cdtCommonSrvQos": "configured-value",
                        "cdtCommonSrvNetflow": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateCommonTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry": {
      "get": {
        "summary": "Get cdtTemplateCommonEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtCommonValid": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtCommonDescr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonKeepaliveInt": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtCommonKeepaliveRetries": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtCommonVrf": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonAddrPool": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonIpv4AccessGroup": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonIpv4Unreachables": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtCommonIpv6AccessGroup": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtCommonIpv6Unreachables": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtCommonSrvSubControl": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonSrvRedirect": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonSrvAcct": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonSrvQos": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtCommonSrvNetflow": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateCommonEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtCommonValid": "",
                      "cdtCommonDescr": "configured-value",
                      "cdtCommonKeepaliveInt": 1,
                      "cdtCommonKeepaliveRetries": 1,
                      "cdtCommonVrf": "configured-value",
                      "cdtCommonAddrPool": "configured-value",
                      "cdtCommonIpv4AccessGroup": "configured-value",
                      "cdtCommonIpv4Unreachables": true,
                      "cdtCommonIpv6AccessGroup": "2001:db8::1",
                      "cdtCommonIpv6Unreachables": true,
                      "cdtCommonSrvSubControl": "configured-value",
                      "cdtCommonSrvRedirect": "configured-value",
                      "cdtCommonSrvAcct": "configured-value",
                      "cdtCommonSrvQos": "configured-value",
                      "cdtCommonSrvNetflow": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateCommonEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonValid": {
      "get": {
        "summary": "Get cdtCommonValid",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonValid",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonValid": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonDescr": {
      "get": {
        "summary": "Get cdtCommonDescr",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonDescr",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonDescr": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonKeepaliveInt": {
      "get": {
        "summary": "Get cdtCommonKeepaliveInt",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonKeepaliveInt",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonKeepaliveInt": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonKeepaliveInt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonKeepaliveRetries": {
      "get": {
        "summary": "Get cdtCommonKeepaliveRetries",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonKeepaliveRetries",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonKeepaliveRetries": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonKeepaliveRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonVrf": {
      "get": {
        "summary": "Get cdtCommonVrf",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonVrf",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonVrf": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonVrf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonAddrPool": {
      "get": {
        "summary": "Get cdtCommonAddrPool",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonAddrPool",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonAddrPool": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonAddrPool from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonIpv4AccessGroup": {
      "get": {
        "summary": "Get cdtCommonIpv4AccessGroup",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonIpv4AccessGroup",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonIpv4AccessGroup": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonIpv4AccessGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonIpv4Unreachables": {
      "get": {
        "summary": "Get cdtCommonIpv4Unreachables",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonIpv4Unreachables",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonIpv4Unreachables": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonIpv4Unreachables from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonIpv6AccessGroup": {
      "get": {
        "summary": "Get cdtCommonIpv6AccessGroup",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonIpv6AccessGroup",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtCommonIpv6AccessGroup": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonIpv6AccessGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonIpv6Unreachables": {
      "get": {
        "summary": "Get cdtCommonIpv6Unreachables",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonIpv6Unreachables",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonIpv6Unreachables": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonIpv6Unreachables from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonSrvSubControl": {
      "get": {
        "summary": "Get cdtCommonSrvSubControl",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonSrvSubControl",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonSrvSubControl": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonSrvSubControl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonSrvRedirect": {
      "get": {
        "summary": "Get cdtCommonSrvRedirect",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonSrvRedirect",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonSrvRedirect": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonSrvRedirect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonSrvAcct": {
      "get": {
        "summary": "Get cdtCommonSrvAcct",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonSrvAcct",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonSrvAcct": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonSrvAcct from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonSrvQos": {
      "get": {
        "summary": "Get cdtCommonSrvQos",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonSrvQos",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonSrvQos": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonSrvQos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtTemplateCommonTable/cdtTemplateCommonEntry/cdtCommonSrvNetflow": {
      "get": {
        "summary": "Get cdtCommonSrvNetflow",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtTemplateCommonTable-cdtTemplateCommonEntry-cdtCommonSrvNetflow",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtCommonSrvNetflow": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtCommonSrvNetflow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable": {
      "get": {
        "summary": "Get cdtIfTemplateTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtIfTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtIfValid": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtIfMtu": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfCdpEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtIfFlowMonitor": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtIfIpv4Unnumbered": {
                            "type": "string",
                            "example": "10"
                          },
                          "cdtIfIpv4SubEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtIfIpv4Mtu": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv4TcpMssAdjust": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv4VerifyUniRpf": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtIfIpv4VerifyUniRpfAcl": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtIfIpv4VerifyUniRpfOpts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtIfIpv6Enable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtIfIpv6SubEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtIfIpv6TcpMssAdjust": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6VerifyUniRpf": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6VerifyUniRpfAcl": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6VerifyUniRpfOpts": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6NdPrefix": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6NdPrefixLength": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6NdValidLife": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdPreferredLife": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdOpts": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6NdDadAttempts": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdNsInterval": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdReachableTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdRaIntervalUnits": {
                            "type": "string",
                            "example": "2001:db8::1"
                          },
                          "cdtIfIpv6NdRaIntervalMax": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdRaIntervalMin": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdRaLife": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtIfIpv6NdRouterPreference": {
                            "type": "string",
                            "example": "2001:db8::1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfTemplateTable": {
                    "cdtIfTemplateEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtIfValid": "",
                        "cdtIfMtu": 1,
                        "cdtIfCdpEnable": true,
                        "cdtIfFlowMonitor": "configured-value",
                        "cdtIfIpv4Unnumbered": "10",
                        "cdtIfIpv4SubEnable": true,
                        "cdtIfIpv4Mtu": 1,
                        "cdtIfIpv4TcpMssAdjust": 1,
                        "cdtIfIpv4VerifyUniRpf": "configured-value",
                        "cdtIfIpv4VerifyUniRpfAcl": "configured-value",
                        "cdtIfIpv4VerifyUniRpfOpts": "configured-value",
                        "cdtIfIpv6Enable": true,
                        "cdtIfIpv6SubEnable": true,
                        "cdtIfIpv6TcpMssAdjust": 1,
                        "cdtIfIpv6VerifyUniRpf": "2001:db8::1",
                        "cdtIfIpv6VerifyUniRpfAcl": "2001:db8::1",
                        "cdtIfIpv6VerifyUniRpfOpts": "2001:db8::1",
                        "cdtIfIpv6NdPrefix": "2001:db8::1",
                        "cdtIfIpv6NdPrefixLength": "2001:db8::1",
                        "cdtIfIpv6NdValidLife": 1,
                        "cdtIfIpv6NdPreferredLife": 1,
                        "cdtIfIpv6NdOpts": "",
                        "cdtIfIpv6NdDadAttempts": 1,
                        "cdtIfIpv6NdNsInterval": 1,
                        "cdtIfIpv6NdReachableTime": 1,
                        "cdtIfIpv6NdRaIntervalUnits": "default",
                        "cdtIfIpv6NdRaIntervalMax": 1,
                        "cdtIfIpv6NdRaIntervalMin": 1,
                        "cdtIfIpv6NdRaLife": 1,
                        "cdtIfIpv6NdRouterPreference": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry": {
      "get": {
        "summary": "Get cdtIfTemplateEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtIfValid": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtIfMtu": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfCdpEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtIfFlowMonitor": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtIfIpv4Unnumbered": {
                        "type": "string",
                        "example": "10"
                      },
                      "cdtIfIpv4SubEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtIfIpv4Mtu": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv4TcpMssAdjust": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv4VerifyUniRpf": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtIfIpv4VerifyUniRpfAcl": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtIfIpv4VerifyUniRpfOpts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtIfIpv6Enable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtIfIpv6SubEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtIfIpv6TcpMssAdjust": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6VerifyUniRpf": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6VerifyUniRpfAcl": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6VerifyUniRpfOpts": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6NdPrefix": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6NdPrefixLength": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6NdValidLife": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdPreferredLife": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdOpts": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6NdDadAttempts": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdNsInterval": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdReachableTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdRaIntervalUnits": {
                        "type": "string",
                        "example": "2001:db8::1"
                      },
                      "cdtIfIpv6NdRaIntervalMax": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdRaIntervalMin": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdRaLife": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtIfIpv6NdRouterPreference": {
                        "type": "string",
                        "example": "2001:db8::1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfTemplateEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtIfValid": "",
                      "cdtIfMtu": 1,
                      "cdtIfCdpEnable": true,
                      "cdtIfFlowMonitor": "configured-value",
                      "cdtIfIpv4Unnumbered": "10",
                      "cdtIfIpv4SubEnable": true,
                      "cdtIfIpv4Mtu": 1,
                      "cdtIfIpv4TcpMssAdjust": 1,
                      "cdtIfIpv4VerifyUniRpf": "configured-value",
                      "cdtIfIpv4VerifyUniRpfAcl": "configured-value",
                      "cdtIfIpv4VerifyUniRpfOpts": "configured-value",
                      "cdtIfIpv6Enable": true,
                      "cdtIfIpv6SubEnable": true,
                      "cdtIfIpv6TcpMssAdjust": 1,
                      "cdtIfIpv6VerifyUniRpf": "2001:db8::1",
                      "cdtIfIpv6VerifyUniRpfAcl": "2001:db8::1",
                      "cdtIfIpv6VerifyUniRpfOpts": "2001:db8::1",
                      "cdtIfIpv6NdPrefix": "2001:db8::1",
                      "cdtIfIpv6NdPrefixLength": "2001:db8::1",
                      "cdtIfIpv6NdValidLife": 1,
                      "cdtIfIpv6NdPreferredLife": 1,
                      "cdtIfIpv6NdOpts": "",
                      "cdtIfIpv6NdDadAttempts": 1,
                      "cdtIfIpv6NdNsInterval": 1,
                      "cdtIfIpv6NdReachableTime": 1,
                      "cdtIfIpv6NdRaIntervalUnits": "default",
                      "cdtIfIpv6NdRaIntervalMax": 1,
                      "cdtIfIpv6NdRaIntervalMin": 1,
                      "cdtIfIpv6NdRaLife": 1,
                      "cdtIfIpv6NdRouterPreference": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfValid": {
      "get": {
        "summary": "Get cdtIfValid",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfValid",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfValid": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfMtu": {
      "get": {
        "summary": "Get cdtIfMtu",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfMtu",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfMtu": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfCdpEnable": {
      "get": {
        "summary": "Get cdtIfCdpEnable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfCdpEnable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfCdpEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfCdpEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfFlowMonitor": {
      "get": {
        "summary": "Get cdtIfFlowMonitor",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfFlowMonitor",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfFlowMonitor": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfFlowMonitor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4Unnumbered": {
      "get": {
        "summary": "Get cdtIfIpv4Unnumbered",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4Unnumbered",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4Unnumbered": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4Unnumbered from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4SubEnable": {
      "get": {
        "summary": "Get cdtIfIpv4SubEnable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4SubEnable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4SubEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4SubEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4Mtu": {
      "get": {
        "summary": "Get cdtIfIpv4Mtu",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4Mtu",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4Mtu": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4Mtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4TcpMssAdjust": {
      "get": {
        "summary": "Get cdtIfIpv4TcpMssAdjust",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4TcpMssAdjust",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4TcpMssAdjust": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4TcpMssAdjust from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4VerifyUniRpf": {
      "get": {
        "summary": "Get cdtIfIpv4VerifyUniRpf",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4VerifyUniRpf",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4VerifyUniRpf": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4VerifyUniRpf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4VerifyUniRpfAcl": {
      "get": {
        "summary": "Get cdtIfIpv4VerifyUniRpfAcl",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4VerifyUniRpfAcl",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4VerifyUniRpfAcl": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4VerifyUniRpfAcl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv4VerifyUniRpfOpts": {
      "get": {
        "summary": "Get cdtIfIpv4VerifyUniRpfOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv4VerifyUniRpfOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv4VerifyUniRpfOpts": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv4VerifyUniRpfOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6Enable": {
      "get": {
        "summary": "Get cdtIfIpv6Enable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6Enable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6Enable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6Enable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6SubEnable": {
      "get": {
        "summary": "Get cdtIfIpv6SubEnable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6SubEnable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6SubEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6SubEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6TcpMssAdjust": {
      "get": {
        "summary": "Get cdtIfIpv6TcpMssAdjust",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6TcpMssAdjust",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6TcpMssAdjust": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6TcpMssAdjust from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6VerifyUniRpf": {
      "get": {
        "summary": "Get cdtIfIpv6VerifyUniRpf",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6VerifyUniRpf",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6VerifyUniRpf": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6VerifyUniRpf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6VerifyUniRpfAcl": {
      "get": {
        "summary": "Get cdtIfIpv6VerifyUniRpfAcl",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6VerifyUniRpfAcl",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6VerifyUniRpfAcl": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6VerifyUniRpfAcl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6VerifyUniRpfOpts": {
      "get": {
        "summary": "Get cdtIfIpv6VerifyUniRpfOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6VerifyUniRpfOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6VerifyUniRpfOpts": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6VerifyUniRpfOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdPrefix": {
      "get": {
        "summary": "Get cdtIfIpv6NdPrefix",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdPrefix",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdPrefix": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdPrefixLength": {
      "get": {
        "summary": "Get cdtIfIpv6NdPrefixLength",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdPrefixLength",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdPrefixLength": "2001:db8::1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdPrefixLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdValidLife": {
      "get": {
        "summary": "Get cdtIfIpv6NdValidLife",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdValidLife",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdValidLife": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdValidLife from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdPreferredLife": {
      "get": {
        "summary": "Get cdtIfIpv6NdPreferredLife",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdPreferredLife",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdPreferredLife": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdPreferredLife from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdOpts": {
      "get": {
        "summary": "Get cdtIfIpv6NdOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdOpts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdDadAttempts": {
      "get": {
        "summary": "Get cdtIfIpv6NdDadAttempts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdDadAttempts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdDadAttempts": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdDadAttempts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdNsInterval": {
      "get": {
        "summary": "Get cdtIfIpv6NdNsInterval",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdNsInterval",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdNsInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdNsInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdReachableTime": {
      "get": {
        "summary": "Get cdtIfIpv6NdReachableTime",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdReachableTime",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdReachableTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdReachableTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdRaIntervalUnits": {
      "get": {
        "summary": "Get cdtIfIpv6NdRaIntervalUnits",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdRaIntervalUnits",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdRaIntervalUnits": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdRaIntervalUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdRaIntervalMax": {
      "get": {
        "summary": "Get cdtIfIpv6NdRaIntervalMax",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdRaIntervalMax",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdRaIntervalMax": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdRaIntervalMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdRaIntervalMin": {
      "get": {
        "summary": "Get cdtIfIpv6NdRaIntervalMin",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdRaIntervalMin",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdRaIntervalMin": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdRaIntervalMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdRaLife": {
      "get": {
        "summary": "Get cdtIfIpv6NdRaLife",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdRaLife",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdRaLife": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdRaLife from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtIfTemplateTable/cdtIfTemplateEntry/cdtIfIpv6NdRouterPreference": {
      "get": {
        "summary": "Get cdtIfIpv6NdRouterPreference",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtIfTemplateTable-cdtIfTemplateEntry-cdtIfIpv6NdRouterPreference",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2001:db8::1"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtIfIpv6NdRouterPreference": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtIfIpv6NdRouterPreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable": {
      "get": {
        "summary": "Get cdtPppTemplateTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtPppTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtPppValid": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtPppAccounting": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtPppAuthentication": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppAuthenticationMethods": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppAuthorization": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtPppLoopbackIgnore": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtPppMaxBadAuth": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppMaxConfigure": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppMaxFailure": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppMaxTerminate": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppTimeoutAuthentication": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppTimeoutRetry": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdtPppChapOpts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppChapHostname": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cdtPppChapPassword": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppMsChapV1Opts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppMsChapV1Hostname": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cdtPppMsChapV1Password": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppMsChapV2Opts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppMsChapV2Hostname": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cdtPppMsChapV2Password": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppPapOpts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppPapUsername": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cdtPppPapPassword": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppEapOpts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppEapIdentity": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtPppEapPassword": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpAddrOption": {
                            "type": "string",
                            "example": "0"
                          },
                          "cdtPppIpcpDnsOption": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpDnsPrimary": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpDnsSecondary": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpWinsOption": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpWinsPrimary": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpWinsSecondary": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpMaskOption": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppIpcpMask": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppPeerDefIpAddrOpts": {
                            "type": "string",
                            "example": "0"
                          },
                          "cdtPppPeerDefIpAddrSrc": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtPppPeerDefIpAddr": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtPppTemplateTable": {
                    "cdtPppTemplateEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtPppValid": "",
                        "cdtPppAccounting": true,
                        "cdtPppAuthentication": "",
                        "cdtPppAuthenticationMethods": "configured-value",
                        "cdtPppAuthorization": true,
                        "cdtPppLoopbackIgnore": true,
                        "cdtPppMaxBadAuth": 1,
                        "cdtPppMaxConfigure": 1,
                        "cdtPppMaxFailure": 1,
                        "cdtPppMaxTerminate": 1,
                        "cdtPppTimeoutAuthentication": 1,
                        "cdtPppTimeoutRetry": 1,
                        "cdtPppChapOpts": "",
                        "cdtPppChapHostname": "example-1",
                        "cdtPppChapPassword": "configured-value",
                        "cdtPppMsChapV1Opts": "",
                        "cdtPppMsChapV1Hostname": "example-1",
                        "cdtPppMsChapV1Password": "configured-value",
                        "cdtPppMsChapV2Opts": "",
                        "cdtPppMsChapV2Hostname": "example-1",
                        "cdtPppMsChapV2Password": "configured-value",
                        "cdtPppPapOpts": "",
                        "cdtPppPapUsername": "example-1",
                        "cdtPppPapPassword": "configured-value",
                        "cdtPppEapOpts": "",
                        "cdtPppEapIdentity": "1",
                        "cdtPppEapPassword": "configured-value",
                        "cdtPppIpcpAddrOption": "default",
                        "cdtPppIpcpDnsOption": "default",
                        "cdtPppIpcpDnsPrimary": "configured-value",
                        "cdtPppIpcpDnsSecondary": "configured-value",
                        "cdtPppIpcpWinsOption": "default",
                        "cdtPppIpcpWinsPrimary": "configured-value",
                        "cdtPppIpcpWinsSecondary": "configured-value",
                        "cdtPppIpcpMaskOption": "default",
                        "cdtPppIpcpMask": "configured-value",
                        "cdtPppPeerDefIpAddrOpts": "",
                        "cdtPppPeerDefIpAddrSrc": "default",
                        "cdtPppPeerDefIpAddr": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry": {
      "get": {
        "summary": "Get cdtPppTemplateEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtPppValid": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtPppAccounting": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtPppAuthentication": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppAuthenticationMethods": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppAuthorization": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtPppLoopbackIgnore": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtPppMaxBadAuth": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppMaxConfigure": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppMaxFailure": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppMaxTerminate": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppTimeoutAuthentication": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppTimeoutRetry": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdtPppChapOpts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppChapHostname": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cdtPppChapPassword": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppMsChapV1Opts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppMsChapV1Hostname": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cdtPppMsChapV1Password": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppMsChapV2Opts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppMsChapV2Hostname": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cdtPppMsChapV2Password": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppPapOpts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppPapUsername": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cdtPppPapPassword": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppEapOpts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppEapIdentity": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtPppEapPassword": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpAddrOption": {
                        "type": "string",
                        "example": "0"
                      },
                      "cdtPppIpcpDnsOption": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpDnsPrimary": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpDnsSecondary": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpWinsOption": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpWinsPrimary": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpWinsSecondary": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpMaskOption": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppIpcpMask": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppPeerDefIpAddrOpts": {
                        "type": "string",
                        "example": "0"
                      },
                      "cdtPppPeerDefIpAddrSrc": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtPppPeerDefIpAddr": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtPppTemplateEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtPppValid": "",
                      "cdtPppAccounting": true,
                      "cdtPppAuthentication": "",
                      "cdtPppAuthenticationMethods": "configured-value",
                      "cdtPppAuthorization": true,
                      "cdtPppLoopbackIgnore": true,
                      "cdtPppMaxBadAuth": 1,
                      "cdtPppMaxConfigure": 1,
                      "cdtPppMaxFailure": 1,
                      "cdtPppMaxTerminate": 1,
                      "cdtPppTimeoutAuthentication": 1,
                      "cdtPppTimeoutRetry": 1,
                      "cdtPppChapOpts": "",
                      "cdtPppChapHostname": "example-1",
                      "cdtPppChapPassword": "configured-value",
                      "cdtPppMsChapV1Opts": "",
                      "cdtPppMsChapV1Hostname": "example-1",
                      "cdtPppMsChapV1Password": "configured-value",
                      "cdtPppMsChapV2Opts": "",
                      "cdtPppMsChapV2Hostname": "example-1",
                      "cdtPppMsChapV2Password": "configured-value",
                      "cdtPppPapOpts": "",
                      "cdtPppPapUsername": "example-1",
                      "cdtPppPapPassword": "configured-value",
                      "cdtPppEapOpts": "",
                      "cdtPppEapIdentity": "1",
                      "cdtPppEapPassword": "configured-value",
                      "cdtPppIpcpAddrOption": "default",
                      "cdtPppIpcpDnsOption": "default",
                      "cdtPppIpcpDnsPrimary": "configured-value",
                      "cdtPppIpcpDnsSecondary": "configured-value",
                      "cdtPppIpcpWinsOption": "default",
                      "cdtPppIpcpWinsPrimary": "configured-value",
                      "cdtPppIpcpWinsSecondary": "configured-value",
                      "cdtPppIpcpMaskOption": "default",
                      "cdtPppIpcpMask": "configured-value",
                      "cdtPppPeerDefIpAddrOpts": "",
                      "cdtPppPeerDefIpAddrSrc": "default",
                      "cdtPppPeerDefIpAddr": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppValid": {
      "get": {
        "summary": "Get cdtPppValid",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppValid",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppValid": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppAccounting": {
      "get": {
        "summary": "Get cdtPppAccounting",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppAccounting",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppAccounting": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppAccounting from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppAuthentication": {
      "get": {
        "summary": "Get cdtPppAuthentication",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppAuthentication",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppAuthentication": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppAuthentication from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppAuthenticationMethods": {
      "get": {
        "summary": "Get cdtPppAuthenticationMethods",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppAuthenticationMethods",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppAuthenticationMethods": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppAuthenticationMethods from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppAuthorization": {
      "get": {
        "summary": "Get cdtPppAuthorization",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppAuthorization",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppAuthorization": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppAuthorization from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppLoopbackIgnore": {
      "get": {
        "summary": "Get cdtPppLoopbackIgnore",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppLoopbackIgnore",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppLoopbackIgnore": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppLoopbackIgnore from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMaxBadAuth": {
      "get": {
        "summary": "Get cdtPppMaxBadAuth",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMaxBadAuth",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMaxBadAuth": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMaxBadAuth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMaxConfigure": {
      "get": {
        "summary": "Get cdtPppMaxConfigure",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMaxConfigure",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMaxConfigure": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMaxConfigure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMaxFailure": {
      "get": {
        "summary": "Get cdtPppMaxFailure",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMaxFailure",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMaxFailure": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMaxFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMaxTerminate": {
      "get": {
        "summary": "Get cdtPppMaxTerminate",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMaxTerminate",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMaxTerminate": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMaxTerminate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppTimeoutAuthentication": {
      "get": {
        "summary": "Get cdtPppTimeoutAuthentication",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppTimeoutAuthentication",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppTimeoutAuthentication": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppTimeoutAuthentication from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppTimeoutRetry": {
      "get": {
        "summary": "Get cdtPppTimeoutRetry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppTimeoutRetry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppTimeoutRetry": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppTimeoutRetry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppChapOpts": {
      "get": {
        "summary": "Get cdtPppChapOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppChapOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppChapOpts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppChapOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppChapHostname": {
      "get": {
        "summary": "Get cdtPppChapHostname",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppChapHostname",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppChapHostname": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppChapHostname from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppChapPassword": {
      "get": {
        "summary": "Get cdtPppChapPassword",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppChapPassword",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppChapPassword": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppChapPassword from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV1Opts": {
      "get": {
        "summary": "Get cdtPppMsChapV1Opts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV1Opts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV1Opts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV1Opts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV1Hostname": {
      "get": {
        "summary": "Get cdtPppMsChapV1Hostname",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV1Hostname",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV1Hostname": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV1Hostname from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV1Password": {
      "get": {
        "summary": "Get cdtPppMsChapV1Password",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV1Password",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV1Password": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV1Password from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV2Opts": {
      "get": {
        "summary": "Get cdtPppMsChapV2Opts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV2Opts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV2Opts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV2Opts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV2Hostname": {
      "get": {
        "summary": "Get cdtPppMsChapV2Hostname",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV2Hostname",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV2Hostname": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV2Hostname from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppMsChapV2Password": {
      "get": {
        "summary": "Get cdtPppMsChapV2Password",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppMsChapV2Password",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppMsChapV2Password": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppMsChapV2Password from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPapOpts": {
      "get": {
        "summary": "Get cdtPppPapOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPapOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPapOpts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPapOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPapUsername": {
      "get": {
        "summary": "Get cdtPppPapUsername",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPapUsername",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPapUsername": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPapUsername from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPapPassword": {
      "get": {
        "summary": "Get cdtPppPapPassword",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPapPassword",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPapPassword": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPapPassword from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppEapOpts": {
      "get": {
        "summary": "Get cdtPppEapOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppEapOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppEapOpts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppEapOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppEapIdentity": {
      "get": {
        "summary": "Get cdtPppEapIdentity",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppEapIdentity",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppEapIdentity": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppEapIdentity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppEapPassword": {
      "get": {
        "summary": "Get cdtPppEapPassword",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppEapPassword",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppEapPassword": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppEapPassword from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpAddrOption": {
      "get": {
        "summary": "Get cdtPppIpcpAddrOption",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpAddrOption",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpAddrOption": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpAddrOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpDnsOption": {
      "get": {
        "summary": "Get cdtPppIpcpDnsOption",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpDnsOption",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpDnsOption": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpDnsOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpDnsPrimary": {
      "get": {
        "summary": "Get cdtPppIpcpDnsPrimary",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpDnsPrimary",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpDnsPrimary": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpDnsPrimary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpDnsSecondary": {
      "get": {
        "summary": "Get cdtPppIpcpDnsSecondary",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpDnsSecondary",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpDnsSecondary": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpDnsSecondary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpWinsOption": {
      "get": {
        "summary": "Get cdtPppIpcpWinsOption",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpWinsOption",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpWinsOption": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpWinsOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpWinsPrimary": {
      "get": {
        "summary": "Get cdtPppIpcpWinsPrimary",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpWinsPrimary",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpWinsPrimary": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpWinsPrimary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpWinsSecondary": {
      "get": {
        "summary": "Get cdtPppIpcpWinsSecondary",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpWinsSecondary",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpWinsSecondary": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpWinsSecondary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpMaskOption": {
      "get": {
        "summary": "Get cdtPppIpcpMaskOption",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpMaskOption",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpMaskOption": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpMaskOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppIpcpMask": {
      "get": {
        "summary": "Get cdtPppIpcpMask",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppIpcpMask",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppIpcpMask": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppIpcpMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPeerDefIpAddrOpts": {
      "get": {
        "summary": "Get cdtPppPeerDefIpAddrOpts",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPeerDefIpAddrOpts",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerDefIpAddrOpts": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerDefIpAddrOpts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPeerDefIpAddrSrc": {
      "get": {
        "summary": "Get cdtPppPeerDefIpAddrSrc",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPeerDefIpAddrSrc",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerDefIpAddrSrc": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerDefIpAddrSrc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppTemplateTable/cdtPppTemplateEntry/cdtPppPeerDefIpAddr": {
      "get": {
        "summary": "Get cdtPppPeerDefIpAddr",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppTemplateTable-cdtPppTemplateEntry-cdtPppPeerDefIpAddr",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerDefIpAddr": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerDefIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtPppPeerIpAddrPoolEntry": {
                      "type": "object",
                      "properties": {
                        "cdtTemplateName": {
                          "type": "string",
                          "example": "45"
                        },
                        "cdtPppPeerIpAddrPoolPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdtPppPeerIpAddrPoolStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cdtPppPeerIpAddrPoolStorage": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdtPppPeerIpAddrPoolName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolTable": {
                    "cdtPppPeerIpAddrPoolEntry": {
                      "cdtTemplateName": "45",
                      "cdtPppPeerIpAddrPoolPriority": 1,
                      "cdtPppPeerIpAddrPoolStatus": "active",
                      "cdtPppPeerIpAddrPoolStorage": "configured-value",
                      "cdtPppPeerIpAddrPoolName": "example-1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtTemplateName": {
                      "type": "string",
                      "example": "45"
                    },
                    "cdtPppPeerIpAddrPoolPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdtPppPeerIpAddrPoolStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cdtPppPeerIpAddrPoolStorage": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdtPppPeerIpAddrPoolName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolEntry": {
                    "cdtTemplateName": "45",
                    "cdtPppPeerIpAddrPoolPriority": 1,
                    "cdtPppPeerIpAddrPoolStatus": "active",
                    "cdtPppPeerIpAddrPoolStorage": "configured-value",
                    "cdtPppPeerIpAddrPoolName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry/cdtPppPeerIpAddrPoolPriority": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolPriority",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry-cdtPppPeerIpAddrPoolPriority",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolPriority": 45
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry/cdtPppPeerIpAddrPoolStatus": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolStatus",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry-cdtPppPeerIpAddrPoolStatus",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolStatus": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry/cdtPppPeerIpAddrPoolStorage": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolStorage",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry-cdtPppPeerIpAddrPoolStorage",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolStorage": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolStorage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtPppPeerIpAddrPoolTable/cdtPppPeerIpAddrPoolEntry/cdtPppPeerIpAddrPoolName": {
      "get": {
        "summary": "Get cdtPppPeerIpAddrPoolName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtPppPeerIpAddrPoolTable-cdtPppPeerIpAddrPoolEntry-cdtPppPeerIpAddrPoolName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtPppPeerIpAddrPoolName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtPppPeerIpAddrPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable": {
      "get": {
        "summary": "Get cdtEthernetTemplateTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtEthernetTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtEthernetValid": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtEthernetBridgeDomain": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtEthernetPppoeEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtEthernetIpv4PointToPoint": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdtEthernetMacAddr": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtEthernetTemplateTable": {
                    "cdtEthernetTemplateEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtEthernetValid": "",
                        "cdtEthernetBridgeDomain": "1",
                        "cdtEthernetPppoeEnable": true,
                        "cdtEthernetIpv4PointToPoint": true,
                        "cdtEthernetMacAddr": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry": {
      "get": {
        "summary": "Get cdtEthernetTemplateEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtEthernetValid": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtEthernetBridgeDomain": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtEthernetPppoeEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtEthernetIpv4PointToPoint": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdtEthernetMacAddr": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtEthernetTemplateEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtEthernetValid": "",
                      "cdtEthernetBridgeDomain": "1",
                      "cdtEthernetPppoeEnable": true,
                      "cdtEthernetIpv4PointToPoint": true,
                      "cdtEthernetMacAddr": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtEthernetValid": {
      "get": {
        "summary": "Get cdtEthernetValid",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtEthernetValid",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtEthernetValid": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtEthernetBridgeDomain": {
      "get": {
        "summary": "Get cdtEthernetBridgeDomain",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtEthernetBridgeDomain",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtEthernetBridgeDomain": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetBridgeDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtEthernetPppoeEnable": {
      "get": {
        "summary": "Get cdtEthernetPppoeEnable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtEthernetPppoeEnable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtEthernetPppoeEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetPppoeEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtEthernetIpv4PointToPoint": {
      "get": {
        "summary": "Get cdtEthernetIpv4PointToPoint",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtEthernetIpv4PointToPoint",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtEthernetIpv4PointToPoint": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetIpv4PointToPoint from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtEthernetTemplateTable/cdtEthernetTemplateEntry/cdtEthernetMacAddr": {
      "get": {
        "summary": "Get cdtEthernetMacAddr",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtEthernetTemplateTable-cdtEthernetTemplateEntry-cdtEthernetMacAddr",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtEthernetMacAddr": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtEthernetMacAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable": {
      "get": {
        "summary": "Get cdtSrvTemplateTable",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdtSrvTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cdtTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cdtSrvValid": {
                            "type": "string",
                            "example": "1"
                          },
                          "cdtSrvNetworkSrv": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtSrvVpdnGroup": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtSrvSgSrvGroup": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtSrvSgSrvType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdtSrvMulticast": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtSrvTemplateTable": {
                    "cdtSrvTemplateEntry": [
                      {
                        "cdtTemplateName": "45",
                        "cdtSrvValid": "",
                        "cdtSrvNetworkSrv": "default",
                        "cdtSrvVpdnGroup": "configured-value",
                        "cdtSrvSgSrvGroup": "configured-value",
                        "cdtSrvSgSrvType": "default",
                        "cdtSrvMulticast": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry": {
      "get": {
        "summary": "Get cdtSrvTemplateEntry",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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": {
                      "cdtTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cdtSrvValid": {
                        "type": "string",
                        "example": "1"
                      },
                      "cdtSrvNetworkSrv": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtSrvVpdnGroup": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtSrvSgSrvGroup": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtSrvSgSrvType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdtSrvMulticast": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtSrvTemplateEntry": [
                    {
                      "cdtTemplateName": "45",
                      "cdtSrvValid": "",
                      "cdtSrvNetworkSrv": "default",
                      "cdtSrvVpdnGroup": "configured-value",
                      "cdtSrvSgSrvGroup": "configured-value",
                      "cdtSrvSgSrvType": "default",
                      "cdtSrvMulticast": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtTemplateName": {
      "get": {
        "summary": "Get cdtTemplateName",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtTemplateName",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-DYNAMIC-TEMPLATE-MIB:cdtTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvValid": {
      "get": {
        "summary": "Get cdtSrvValid",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvValid",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvValid": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvNetworkSrv": {
      "get": {
        "summary": "Get cdtSrvNetworkSrv",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvNetworkSrv",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvNetworkSrv": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvNetworkSrv from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvVpdnGroup": {
      "get": {
        "summary": "Get cdtSrvVpdnGroup",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvVpdnGroup",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvVpdnGroup": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvVpdnGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvSgSrvGroup": {
      "get": {
        "summary": "Get cdtSrvSgSrvGroup",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvSgSrvGroup",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvSgSrvGroup": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvSgSrvGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvSgSrvType": {
      "get": {
        "summary": "Get cdtSrvSgSrvType",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvSgSrvType",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvSgSrvType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvSgSrvType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB/cdtSrvTemplateTable/cdtSrvTemplateEntry/cdtSrvMulticast": {
      "get": {
        "summary": "Get cdtSrvMulticast",
        "operationId": "get-CISCO-DYNAMIC-TEMPLATE-MIB:CISCO-DYNAMIC-TEMPLATE-MIB-cdtSrvTemplateTable-cdtSrvTemplateEntry-cdtSrvMulticast",
        "tags": [
          "CISCO-DYNAMIC-TEMPLATE-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-DYNAMIC-TEMPLATE-MIB:cdtSrvMulticast": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdtSrvMulticast 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": []
    }
  ]
}
