{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - UDP-MIB",
    "description": "MIB data from `UDP-MIB` module.\n\n**Root containers:** 1 (UDP-MIB)\n**Paths:** 18 | **Descendants:** 17\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": "UDP-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/UDP-MIB:UDP-MIB": {
      "get": {
        "summary": "Get UDP-MIB",
        "operationId": "get-UDP-MIB:UDP-MIB",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "udp": {
                      "type": "object",
                      "properties": {
                        "udpInDatagrams": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpNoPorts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpInErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "udpOutDatagrams": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpHCInDatagrams": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpHCOutDatagrams": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "udpEndpointTable": {
                      "type": "object",
                      "properties": {
                        "udpEndpointEntry": {
                          "type": "object",
                          "properties": {
                            "udpEndpointLocalAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "udpEndpointLocalAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "udpEndpointLocalPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "udpEndpointRemoteAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "udpEndpointRemoteAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "udpEndpointRemotePort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "udpEndpointInstance": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "udpEndpointProcess": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "UDP-MIB:UDP-MIB": {
                    "udp": {
                      "udpInDatagrams": "configured-value",
                      "udpNoPorts": "configured-value",
                      "udpInErrors": "0",
                      "udpOutDatagrams": "configured-value",
                      "udpHCInDatagrams": "configured-value",
                      "udpHCOutDatagrams": "configured-value"
                    },
                    "udpEndpointTable": {
                      "udpEndpointEntry": {
                        "udpEndpointLocalAddressType": "10.1.1.1",
                        "udpEndpointLocalAddress": "10.1.1.1",
                        "udpEndpointLocalPort": "configured-value",
                        "udpEndpointRemoteAddressType": "10.1.1.1",
                        "udpEndpointRemoteAddress": "10.1.1.1",
                        "udpEndpointRemotePort": "configured-value",
                        "udpEndpointInstance": 1,
                        "udpEndpointProcess": 1
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve UDP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp": {
      "get": {
        "summary": "Get udp",
        "operationId": "get-UDP-MIB:UDP-MIB-udp",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "udpInDatagrams": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpNoPorts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpInErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "udpOutDatagrams": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpHCInDatagrams": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpHCOutDatagrams": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "UDP-MIB:udp": {
                    "udpInDatagrams": "configured-value",
                    "udpNoPorts": "configured-value",
                    "udpInErrors": "0",
                    "udpOutDatagrams": "configured-value",
                    "udpHCInDatagrams": "configured-value",
                    "udpHCOutDatagrams": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpInDatagrams": {
      "get": {
        "summary": "Get udpInDatagrams",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpInDatagrams",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpInDatagrams": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpInDatagrams from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpNoPorts": {
      "get": {
        "summary": "Get udpNoPorts",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpNoPorts",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpNoPorts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpNoPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpInErrors": {
      "get": {
        "summary": "Get udpInErrors",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpInErrors",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpInErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpInErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpOutDatagrams": {
      "get": {
        "summary": "Get udpOutDatagrams",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpOutDatagrams",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpOutDatagrams": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpOutDatagrams from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpHCInDatagrams": {
      "get": {
        "summary": "Get udpHCInDatagrams",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpHCInDatagrams",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpHCInDatagrams": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpHCInDatagrams from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udp/udpHCOutDatagrams": {
      "get": {
        "summary": "Get udpHCOutDatagrams",
        "operationId": "get-UDP-MIB:UDP-MIB-udp-udpHCOutDatagrams",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpHCOutDatagrams": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpHCOutDatagrams from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable": {
      "get": {
        "summary": "Get udpEndpointTable",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "udpEndpointEntry": {
                      "type": "object",
                      "properties": {
                        "udpEndpointLocalAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "udpEndpointLocalAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "udpEndpointLocalPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpEndpointRemoteAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "udpEndpointRemoteAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "udpEndpointRemotePort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "udpEndpointInstance": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "udpEndpointProcess": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "UDP-MIB:udpEndpointTable": {
                    "udpEndpointEntry": {
                      "udpEndpointLocalAddressType": "10.1.1.1",
                      "udpEndpointLocalAddress": "10.1.1.1",
                      "udpEndpointLocalPort": "configured-value",
                      "udpEndpointRemoteAddressType": "10.1.1.1",
                      "udpEndpointRemoteAddress": "10.1.1.1",
                      "udpEndpointRemotePort": "configured-value",
                      "udpEndpointInstance": 1,
                      "udpEndpointProcess": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry": {
      "get": {
        "summary": "Get udpEndpointEntry",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "udpEndpointLocalAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "udpEndpointLocalAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "udpEndpointLocalPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpEndpointRemoteAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "udpEndpointRemoteAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "udpEndpointRemotePort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "udpEndpointInstance": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "udpEndpointProcess": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "UDP-MIB:udpEndpointEntry": {
                    "udpEndpointLocalAddressType": "10.1.1.1",
                    "udpEndpointLocalAddress": "10.1.1.1",
                    "udpEndpointLocalPort": "configured-value",
                    "udpEndpointRemoteAddressType": "10.1.1.1",
                    "udpEndpointRemoteAddress": "10.1.1.1",
                    "udpEndpointRemotePort": "configured-value",
                    "udpEndpointInstance": 1,
                    "udpEndpointProcess": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointLocalAddressType": {
      "get": {
        "summary": "Get udpEndpointLocalAddressType",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointLocalAddressType",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "UDP-MIB:udpEndpointLocalAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointLocalAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointLocalAddress": {
      "get": {
        "summary": "Get udpEndpointLocalAddress",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointLocalAddress",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "UDP-MIB:udpEndpointLocalAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointLocalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointLocalPort": {
      "get": {
        "summary": "Get udpEndpointLocalPort",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointLocalPort",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpEndpointLocalPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointLocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointRemoteAddressType": {
      "get": {
        "summary": "Get udpEndpointRemoteAddressType",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointRemoteAddressType",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "UDP-MIB:udpEndpointRemoteAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointRemoteAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointRemoteAddress": {
      "get": {
        "summary": "Get udpEndpointRemoteAddress",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointRemoteAddress",
        "tags": [
          "UDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "UDP-MIB:udpEndpointRemoteAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointRemoteAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointRemotePort": {
      "get": {
        "summary": "Get udpEndpointRemotePort",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointRemotePort",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpEndpointRemotePort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointRemotePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointInstance": {
      "get": {
        "summary": "Get udpEndpointInstance",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointInstance",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpEndpointInstance": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointInstance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/UDP-MIB:UDP-MIB/udpEndpointTable/udpEndpointEntry/udpEndpointProcess": {
      "get": {
        "summary": "Get udpEndpointProcess",
        "operationId": "get-UDP-MIB:UDP-MIB-udpEndpointTable-udpEndpointEntry-udpEndpointProcess",
        "tags": [
          "UDP-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": {
                  "UDP-MIB:udpEndpointProcess": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve udpEndpointProcess 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": []
    }
  ]
}
