{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - IP-FORWARD-MIB",
    "description": "MIB data from `IP-FORWARD-MIB` module.\n\n**Root containers:** 1 (IP-FORWARD-MIB)\n**Paths:** 39 | **Descendants:** 38\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": "IP-FORWARD-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/IP-FORWARD-MIB:IP-FORWARD-MIB": {
      "get": {
        "summary": "Get IP-FORWARD-MIB",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipForward": {
                      "type": "object",
                      "properties": {
                        "ipForwardNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "ipCidrRouteNumber": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ipForwardTable": {
                      "type": "object",
                      "properties": {
                        "ipForwardEntry": {
                          "type": "object",
                          "properties": {
                            "ipForwardDest": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardPolicy": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardNextHop": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardProto": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardInfo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipForwardNextHopAS": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardMetric1": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardMetric2": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardMetric3": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardMetric4": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipForwardMetric5": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ipCidrRouteTable": {
                      "type": "object",
                      "properties": {
                        "ipCidrRouteEntry": {
                          "type": "object",
                          "properties": {
                            "ipCidrRouteDest": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteMask": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteTos": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteNextHop": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteType": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteProto": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteInfo": {
                              "type": "string",
                              "example": "1"
                            },
                            "ipCidrRouteNextHopAS": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteMetric1": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteMetric2": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteMetric3": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteMetric4": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteMetric5": {
                              "type": "integer",
                              "example": 1
                            },
                            "ipCidrRouteStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": 1
                        }
                      },
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IP-FORWARD-MIB:IP-FORWARD-MIB": {
                    "ipForward": {
                      "ipForwardNumber": "10",
                      "ipCidrRouteNumber": "10"
                    },
                    "ipForwardTable": {
                      "ipForwardEntry": {
                        "ipForwardDest": "configured-value",
                        "ipForwardMask": "configured-value",
                        "ipForwardPolicy": 1,
                        "ipForwardNextHop": "configured-value",
                        "ipForwardIfIndex": 1,
                        "ipForwardType": "default",
                        "ipForwardProto": "default",
                        "ipForwardAge": 1,
                        "ipForwardInfo": "configured-value",
                        "ipForwardNextHopAS": 1,
                        "ipForwardMetric1": 1,
                        "ipForwardMetric2": 1,
                        "ipForwardMetric3": 1,
                        "ipForwardMetric4": 1,
                        "ipForwardMetric5": 1
                      }
                    },
                    "ipCidrRouteTable": {
                      "ipCidrRouteEntry": {
                        "ipCidrRouteDest": "1",
                        "ipCidrRouteMask": "1",
                        "ipCidrRouteTos": 1,
                        "ipCidrRouteNextHop": "1",
                        "ipCidrRouteIfIndex": 1,
                        "ipCidrRouteType": "default",
                        "ipCidrRouteProto": "default",
                        "ipCidrRouteAge": 1,
                        "ipCidrRouteInfo": "1",
                        "ipCidrRouteNextHopAS": 1,
                        "ipCidrRouteMetric1": 1,
                        "ipCidrRouteMetric2": 1,
                        "ipCidrRouteMetric3": 1,
                        "ipCidrRouteMetric4": 1,
                        "ipCidrRouteMetric5": 1,
                        "ipCidrRouteStatus": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve IP-FORWARD-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForward": {
      "get": {
        "summary": "Get ipForward",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForward",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipForwardNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "ipCidrRouteNumber": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IP-FORWARD-MIB:ipForward": {
                    "ipForwardNumber": "10",
                    "ipCidrRouteNumber": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForward from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForward/ipForwardNumber": {
      "get": {
        "summary": "Get ipForwardNumber",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForward-ipForwardNumber",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForward/ipCidrRouteNumber": {
      "get": {
        "summary": "Get ipCidrRouteNumber",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForward-ipCidrRouteNumber",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable": {
      "get": {
        "summary": "Get ipForwardTable",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipForwardEntry": {
                      "type": "object",
                      "properties": {
                        "ipForwardDest": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardPolicy": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardNextHop": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardProto": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipForwardNextHopAS": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardMetric1": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardMetric2": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardMetric3": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardMetric4": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipForwardMetric5": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardTable": {
                    "ipForwardEntry": {
                      "ipForwardDest": "configured-value",
                      "ipForwardMask": "configured-value",
                      "ipForwardPolicy": 1,
                      "ipForwardNextHop": "configured-value",
                      "ipForwardIfIndex": 1,
                      "ipForwardType": "default",
                      "ipForwardProto": "default",
                      "ipForwardAge": 1,
                      "ipForwardInfo": "configured-value",
                      "ipForwardNextHopAS": 1,
                      "ipForwardMetric1": 1,
                      "ipForwardMetric2": 1,
                      "ipForwardMetric3": 1,
                      "ipForwardMetric4": 1,
                      "ipForwardMetric5": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry": {
      "get": {
        "summary": "Get ipForwardEntry",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipForwardDest": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardPolicy": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardNextHop": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardProto": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipForwardNextHopAS": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardMetric1": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardMetric2": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardMetric3": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardMetric4": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipForwardMetric5": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardEntry": {
                    "ipForwardDest": "configured-value",
                    "ipForwardMask": "configured-value",
                    "ipForwardPolicy": 1,
                    "ipForwardNextHop": "configured-value",
                    "ipForwardIfIndex": 1,
                    "ipForwardType": "default",
                    "ipForwardProto": "default",
                    "ipForwardAge": 1,
                    "ipForwardInfo": "configured-value",
                    "ipForwardNextHopAS": 1,
                    "ipForwardMetric1": 1,
                    "ipForwardMetric2": 1,
                    "ipForwardMetric3": 1,
                    "ipForwardMetric4": 1,
                    "ipForwardMetric5": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardDest": {
      "get": {
        "summary": "Get ipForwardDest",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardDest",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardDest": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardDest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMask": {
      "get": {
        "summary": "Get ipForwardMask",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMask",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardPolicy": {
      "get": {
        "summary": "Get ipForwardPolicy",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardPolicy",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardPolicy": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardPolicy from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardNextHop": {
      "get": {
        "summary": "Get ipForwardNextHop",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardNextHop",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardNextHop": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardIfIndex": {
      "get": {
        "summary": "Get ipForwardIfIndex",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardIfIndex",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardType": {
      "get": {
        "summary": "Get ipForwardType",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardType",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardProto": {
      "get": {
        "summary": "Get ipForwardProto",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardProto",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardProto": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardProto from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardAge": {
      "get": {
        "summary": "Get ipForwardAge",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardAge",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardInfo": {
      "get": {
        "summary": "Get ipForwardInfo",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardInfo",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipForwardInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardNextHopAS": {
      "get": {
        "summary": "Get ipForwardNextHopAS",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardNextHopAS",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardNextHopAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardNextHopAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMetric1": {
      "get": {
        "summary": "Get ipForwardMetric1",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMetric1",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardMetric1": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMetric1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMetric2": {
      "get": {
        "summary": "Get ipForwardMetric2",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMetric2",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardMetric2": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMetric2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMetric3": {
      "get": {
        "summary": "Get ipForwardMetric3",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMetric3",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardMetric3": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMetric3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMetric4": {
      "get": {
        "summary": "Get ipForwardMetric4",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMetric4",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardMetric4": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMetric4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipForwardTable/ipForwardEntry/ipForwardMetric5": {
      "get": {
        "summary": "Get ipForwardMetric5",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipForwardTable-ipForwardEntry-ipForwardMetric5",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipForwardMetric5": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipForwardMetric5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable": {
      "get": {
        "summary": "Get ipCidrRouteTable",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipCidrRouteEntry": {
                      "type": "object",
                      "properties": {
                        "ipCidrRouteDest": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteMask": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteTos": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteNextHop": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteType": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteProto": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteInfo": {
                          "type": "string",
                          "example": "1"
                        },
                        "ipCidrRouteNextHopAS": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteMetric1": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteMetric2": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteMetric3": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteMetric4": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteMetric5": {
                          "type": "integer",
                          "example": 1
                        },
                        "ipCidrRouteStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": 1
                    }
                  },
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteTable": {
                    "ipCidrRouteEntry": {
                      "ipCidrRouteDest": "1",
                      "ipCidrRouteMask": "1",
                      "ipCidrRouteTos": 1,
                      "ipCidrRouteNextHop": "1",
                      "ipCidrRouteIfIndex": 1,
                      "ipCidrRouteType": "default",
                      "ipCidrRouteProto": "default",
                      "ipCidrRouteAge": 1,
                      "ipCidrRouteInfo": "1",
                      "ipCidrRouteNextHopAS": 1,
                      "ipCidrRouteMetric1": 1,
                      "ipCidrRouteMetric2": 1,
                      "ipCidrRouteMetric3": 1,
                      "ipCidrRouteMetric4": 1,
                      "ipCidrRouteMetric5": 1,
                      "ipCidrRouteStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry": {
      "get": {
        "summary": "Get ipCidrRouteEntry",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipCidrRouteDest": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteMask": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteTos": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteNextHop": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteType": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteProto": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteInfo": {
                      "type": "string",
                      "example": "1"
                    },
                    "ipCidrRouteNextHopAS": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteMetric1": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteMetric2": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteMetric3": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteMetric4": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteMetric5": {
                      "type": "integer",
                      "example": 1
                    },
                    "ipCidrRouteStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteEntry": {
                    "ipCidrRouteDest": "1",
                    "ipCidrRouteMask": "1",
                    "ipCidrRouteTos": 1,
                    "ipCidrRouteNextHop": "1",
                    "ipCidrRouteIfIndex": 1,
                    "ipCidrRouteType": "default",
                    "ipCidrRouteProto": "default",
                    "ipCidrRouteAge": 1,
                    "ipCidrRouteInfo": "1",
                    "ipCidrRouteNextHopAS": 1,
                    "ipCidrRouteMetric1": 1,
                    "ipCidrRouteMetric2": 1,
                    "ipCidrRouteMetric3": 1,
                    "ipCidrRouteMetric4": 1,
                    "ipCidrRouteMetric5": 1,
                    "ipCidrRouteStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteDest": {
      "get": {
        "summary": "Get ipCidrRouteDest",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteDest",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteDest": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteDest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMask": {
      "get": {
        "summary": "Get ipCidrRouteMask",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMask",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteMask": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteTos": {
      "get": {
        "summary": "Get ipCidrRouteTos",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteTos",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteTos": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteTos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteNextHop": {
      "get": {
        "summary": "Get ipCidrRouteNextHop",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteNextHop",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteNextHop": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteIfIndex": {
      "get": {
        "summary": "Get ipCidrRouteIfIndex",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteIfIndex",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteType": {
      "get": {
        "summary": "Get ipCidrRouteType",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteType",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteProto": {
      "get": {
        "summary": "Get ipCidrRouteProto",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteProto",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteProto": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteProto from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteAge": {
      "get": {
        "summary": "Get ipCidrRouteAge",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteAge",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteInfo": {
      "get": {
        "summary": "Get ipCidrRouteInfo",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteInfo",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteInfo": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteNextHopAS": {
      "get": {
        "summary": "Get ipCidrRouteNextHopAS",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteNextHopAS",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteNextHopAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteNextHopAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMetric1": {
      "get": {
        "summary": "Get ipCidrRouteMetric1",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMetric1",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteMetric1": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMetric1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMetric2": {
      "get": {
        "summary": "Get ipCidrRouteMetric2",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMetric2",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteMetric2": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMetric2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMetric3": {
      "get": {
        "summary": "Get ipCidrRouteMetric3",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMetric3",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteMetric3": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMetric3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMetric4": {
      "get": {
        "summary": "Get ipCidrRouteMetric4",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMetric4",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteMetric4": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMetric4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteMetric5": {
      "get": {
        "summary": "Get ipCidrRouteMetric5",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteMetric5",
        "tags": [
          "IP-FORWARD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "IP-FORWARD-MIB:ipCidrRouteMetric5": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteMetric5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IP-FORWARD-MIB:IP-FORWARD-MIB/ipCidrRouteTable/ipCidrRouteEntry/ipCidrRouteStatus": {
      "get": {
        "summary": "Get ipCidrRouteStatus",
        "operationId": "get-IP-FORWARD-MIB:IP-FORWARD-MIB-ipCidrRouteTable-ipCidrRouteEntry-ipCidrRouteStatus",
        "tags": [
          "IP-FORWARD-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": {
                  "IP-FORWARD-MIB:ipCidrRouteStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipCidrRouteStatus 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": []
    }
  ]
}
