{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - INT-SERV-MIB",
    "description": "MIB data from `INT-SERV-MIB` module.\n\n**Root containers:** 1 (INT-SERV-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": "INT-SERV-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/INT-SERV-MIB:INT-SERV-MIB": {
      "get": {
        "summary": "Get INT-SERV-MIB",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intSrvGenObjects": {
                      "type": "object",
                      "properties": {
                        "intSrvFlowNewIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "intSrvIfAttribTable": {
                      "type": "object",
                      "properties": {
                        "intSrvIfAttribEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvIfAttribAllocatedBits": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvIfAttribMaxAllocatedBits": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvIfAttribAllocatedBuffer": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvIfAttribFlows": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvIfAttribPropagationDelay": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvIfAttribStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "intSrvFlowTable": {
                      "type": "object",
                      "properties": {
                        "intSrvFlowEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "intSrvFlowNumber": {
                                "type": "string",
                                "example": "10"
                              },
                              "intSrvFlowType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowDestAddr": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "intSrvFlowSenderAddr": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "intSrvFlowDestAddrLength": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowSenderAddrLength": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowDestPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowFlowId": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowInterface": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowIfAddr": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "intSrvFlowRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowBurst": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowWeight": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowQueue": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowMinTU": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowMaxTU": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowBestEffort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowPoliced": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowDiscard": {
                                "type": "boolean",
                                "example": false
                              },
                              "intSrvFlowService": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "intSrvFlowOrder": {
                                "type": "integer",
                                "example": 1
                              },
                              "intSrvFlowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:INT-SERV-MIB": {
                    "intSrvGenObjects": {
                      "intSrvFlowNewIndex": "configured-value"
                    },
                    "intSrvIfAttribTable": {
                      "intSrvIfAttribEntry": [
                        {
                          "ifIndex": "configured-value",
                          "intSrvIfAttribAllocatedBits": "configured-value",
                          "intSrvIfAttribMaxAllocatedBits": "configured-value",
                          "intSrvIfAttribAllocatedBuffer": "configured-value",
                          "intSrvIfAttribFlows": "configured-value",
                          "intSrvIfAttribPropagationDelay": 1,
                          "intSrvIfAttribStatus": "active"
                        }
                      ]
                    },
                    "intSrvFlowTable": {
                      "intSrvFlowEntry": [
                        {
                          "intSrvFlowNumber": "10",
                          "intSrvFlowType": "configured-value",
                          "intSrvFlowOwner": "default",
                          "intSrvFlowDestAddr": "QmFzZTY0",
                          "intSrvFlowSenderAddr": "QmFzZTY0",
                          "intSrvFlowDestAddrLength": 1,
                          "intSrvFlowSenderAddrLength": 1,
                          "intSrvFlowProtocol": "configured-value",
                          "intSrvFlowDestPort": "configured-value",
                          "intSrvFlowPort": "configured-value",
                          "intSrvFlowFlowId": 1,
                          "intSrvFlowInterface": "configured-value",
                          "intSrvFlowIfAddr": "QmFzZTY0",
                          "intSrvFlowRate": "configured-value",
                          "intSrvFlowBurst": "configured-value",
                          "intSrvFlowWeight": 1,
                          "intSrvFlowQueue": 1,
                          "intSrvFlowMinTU": "configured-value",
                          "intSrvFlowMaxTU": "configured-value",
                          "intSrvFlowBestEffort": "configured-value",
                          "intSrvFlowPoliced": "configured-value",
                          "intSrvFlowDiscard": true,
                          "intSrvFlowService": "configured-value",
                          "intSrvFlowOrder": 1,
                          "intSrvFlowStatus": "active"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve INT-SERV-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvGenObjects": {
      "get": {
        "summary": "Get intSrvGenObjects",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvGenObjects",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intSrvFlowNewIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvGenObjects": {
                    "intSrvFlowNewIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvGenObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvGenObjects/intSrvFlowNewIndex": {
      "get": {
        "summary": "Get intSrvFlowNewIndex",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvGenObjects-intSrvFlowNewIndex",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowNewIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable": {
      "get": {
        "summary": "Get intSrvIfAttribTable",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intSrvIfAttribEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvIfAttribAllocatedBits": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvIfAttribMaxAllocatedBits": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvIfAttribAllocatedBuffer": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvIfAttribFlows": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvIfAttribPropagationDelay": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvIfAttribStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvIfAttribTable": {
                    "intSrvIfAttribEntry": [
                      {
                        "ifIndex": "configured-value",
                        "intSrvIfAttribAllocatedBits": "configured-value",
                        "intSrvIfAttribMaxAllocatedBits": "configured-value",
                        "intSrvIfAttribAllocatedBuffer": "configured-value",
                        "intSrvIfAttribFlows": "configured-value",
                        "intSrvIfAttribPropagationDelay": 1,
                        "intSrvIfAttribStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry": {
      "get": {
        "summary": "Get intSrvIfAttribEntry",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvIfAttribAllocatedBits": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvIfAttribMaxAllocatedBits": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvIfAttribAllocatedBuffer": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvIfAttribFlows": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvIfAttribPropagationDelay": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvIfAttribStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvIfAttribEntry": [
                    {
                      "ifIndex": "configured-value",
                      "intSrvIfAttribAllocatedBits": "configured-value",
                      "intSrvIfAttribMaxAllocatedBits": "configured-value",
                      "intSrvIfAttribAllocatedBuffer": "configured-value",
                      "intSrvIfAttribFlows": "configured-value",
                      "intSrvIfAttribPropagationDelay": 1,
                      "intSrvIfAttribStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-ifIndex",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribAllocatedBits": {
      "get": {
        "summary": "Get intSrvIfAttribAllocatedBits",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribAllocatedBits",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribAllocatedBits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribAllocatedBits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribMaxAllocatedBits": {
      "get": {
        "summary": "Get intSrvIfAttribMaxAllocatedBits",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribMaxAllocatedBits",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribMaxAllocatedBits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribMaxAllocatedBits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribAllocatedBuffer": {
      "get": {
        "summary": "Get intSrvIfAttribAllocatedBuffer",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribAllocatedBuffer",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribAllocatedBuffer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribAllocatedBuffer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribFlows": {
      "get": {
        "summary": "Get intSrvIfAttribFlows",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribFlows",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribFlows": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribFlows from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribPropagationDelay": {
      "get": {
        "summary": "Get intSrvIfAttribPropagationDelay",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribPropagationDelay",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribPropagationDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribPropagationDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvIfAttribTable/intSrvIfAttribEntry/intSrvIfAttribStatus": {
      "get": {
        "summary": "Get intSrvIfAttribStatus",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvIfAttribTable-intSrvIfAttribEntry-intSrvIfAttribStatus",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvIfAttribStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvIfAttribStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable": {
      "get": {
        "summary": "Get intSrvFlowTable",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intSrvFlowEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "intSrvFlowNumber": {
                            "type": "string",
                            "example": "10"
                          },
                          "intSrvFlowType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowDestAddr": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "intSrvFlowSenderAddr": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "intSrvFlowDestAddrLength": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowSenderAddrLength": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowDestPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowFlowId": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowInterface": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowIfAddr": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "intSrvFlowRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowBurst": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowWeight": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowQueue": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowMinTU": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowMaxTU": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowBestEffort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowPoliced": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowDiscard": {
                            "type": "boolean",
                            "example": false
                          },
                          "intSrvFlowService": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "intSrvFlowOrder": {
                            "type": "integer",
                            "example": 1
                          },
                          "intSrvFlowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowTable": {
                    "intSrvFlowEntry": [
                      {
                        "intSrvFlowNumber": "10",
                        "intSrvFlowType": "configured-value",
                        "intSrvFlowOwner": "default",
                        "intSrvFlowDestAddr": "QmFzZTY0",
                        "intSrvFlowSenderAddr": "QmFzZTY0",
                        "intSrvFlowDestAddrLength": 1,
                        "intSrvFlowSenderAddrLength": 1,
                        "intSrvFlowProtocol": "configured-value",
                        "intSrvFlowDestPort": "configured-value",
                        "intSrvFlowPort": "configured-value",
                        "intSrvFlowFlowId": 1,
                        "intSrvFlowInterface": "configured-value",
                        "intSrvFlowIfAddr": "QmFzZTY0",
                        "intSrvFlowRate": "configured-value",
                        "intSrvFlowBurst": "configured-value",
                        "intSrvFlowWeight": 1,
                        "intSrvFlowQueue": 1,
                        "intSrvFlowMinTU": "configured-value",
                        "intSrvFlowMaxTU": "configured-value",
                        "intSrvFlowBestEffort": "configured-value",
                        "intSrvFlowPoliced": "configured-value",
                        "intSrvFlowDiscard": true,
                        "intSrvFlowService": "configured-value",
                        "intSrvFlowOrder": 1,
                        "intSrvFlowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry": {
      "get": {
        "summary": "Get intSrvFlowEntry",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "intSrvFlowNumber": {
                        "type": "string",
                        "example": "10"
                      },
                      "intSrvFlowType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowDestAddr": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "intSrvFlowSenderAddr": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "intSrvFlowDestAddrLength": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowSenderAddrLength": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowDestPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowFlowId": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowInterface": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowIfAddr": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "intSrvFlowRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowBurst": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowWeight": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowQueue": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowMinTU": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowMaxTU": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowBestEffort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowPoliced": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowDiscard": {
                        "type": "boolean",
                        "example": false
                      },
                      "intSrvFlowService": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "intSrvFlowOrder": {
                        "type": "integer",
                        "example": 1
                      },
                      "intSrvFlowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowEntry": [
                    {
                      "intSrvFlowNumber": "10",
                      "intSrvFlowType": "configured-value",
                      "intSrvFlowOwner": "default",
                      "intSrvFlowDestAddr": "QmFzZTY0",
                      "intSrvFlowSenderAddr": "QmFzZTY0",
                      "intSrvFlowDestAddrLength": 1,
                      "intSrvFlowSenderAddrLength": 1,
                      "intSrvFlowProtocol": "configured-value",
                      "intSrvFlowDestPort": "configured-value",
                      "intSrvFlowPort": "configured-value",
                      "intSrvFlowFlowId": 1,
                      "intSrvFlowInterface": "configured-value",
                      "intSrvFlowIfAddr": "QmFzZTY0",
                      "intSrvFlowRate": "configured-value",
                      "intSrvFlowBurst": "configured-value",
                      "intSrvFlowWeight": 1,
                      "intSrvFlowQueue": 1,
                      "intSrvFlowMinTU": "configured-value",
                      "intSrvFlowMaxTU": "configured-value",
                      "intSrvFlowBestEffort": "configured-value",
                      "intSrvFlowPoliced": "configured-value",
                      "intSrvFlowDiscard": true,
                      "intSrvFlowService": "configured-value",
                      "intSrvFlowOrder": 1,
                      "intSrvFlowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowNumber": {
      "get": {
        "summary": "Get intSrvFlowNumber",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowNumber",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowType": {
      "get": {
        "summary": "Get intSrvFlowType",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowType",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowOwner": {
      "get": {
        "summary": "Get intSrvFlowOwner",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowOwner",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowOwner": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowDestAddr": {
      "get": {
        "summary": "Get intSrvFlowDestAddr",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowDestAddr",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowDestAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowSenderAddr": {
      "get": {
        "summary": "Get intSrvFlowSenderAddr",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowSenderAddr",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowSenderAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowSenderAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowDestAddrLength": {
      "get": {
        "summary": "Get intSrvFlowDestAddrLength",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowDestAddrLength",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowDestAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowDestAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowSenderAddrLength": {
      "get": {
        "summary": "Get intSrvFlowSenderAddrLength",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowSenderAddrLength",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowSenderAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowSenderAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowProtocol": {
      "get": {
        "summary": "Get intSrvFlowProtocol",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowProtocol",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowDestPort": {
      "get": {
        "summary": "Get intSrvFlowDestPort",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowDestPort",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowDestPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowDestPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowPort": {
      "get": {
        "summary": "Get intSrvFlowPort",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowPort",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowFlowId": {
      "get": {
        "summary": "Get intSrvFlowFlowId",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowFlowId",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowFlowId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowFlowId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowInterface": {
      "get": {
        "summary": "Get intSrvFlowInterface",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowInterface",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowIfAddr": {
      "get": {
        "summary": "Get intSrvFlowIfAddr",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowIfAddr",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowIfAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowIfAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowRate": {
      "get": {
        "summary": "Get intSrvFlowRate",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowRate",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowBurst": {
      "get": {
        "summary": "Get intSrvFlowBurst",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowBurst",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowBurst": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowWeight": {
      "get": {
        "summary": "Get intSrvFlowWeight",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowWeight",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowWeight": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowWeight from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowQueue": {
      "get": {
        "summary": "Get intSrvFlowQueue",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowQueue",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowQueue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowQueue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowMinTU": {
      "get": {
        "summary": "Get intSrvFlowMinTU",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowMinTU",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowMinTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowMinTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowMaxTU": {
      "get": {
        "summary": "Get intSrvFlowMaxTU",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowMaxTU",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowMaxTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowMaxTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowBestEffort": {
      "get": {
        "summary": "Get intSrvFlowBestEffort",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowBestEffort",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowBestEffort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowBestEffort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowPoliced": {
      "get": {
        "summary": "Get intSrvFlowPoliced",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowPoliced",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowPoliced": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowPoliced from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowDiscard": {
      "get": {
        "summary": "Get intSrvFlowDiscard",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowDiscard",
        "tags": [
          "INT-SERV-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": false
                },
                "example": {
                  "INT-SERV-MIB:intSrvFlowDiscard": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowDiscard from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowService": {
      "get": {
        "summary": "Get intSrvFlowService",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowService",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowService": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowService from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowOrder": {
      "get": {
        "summary": "Get intSrvFlowOrder",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowOrder",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowOrder": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowOrder from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/INT-SERV-MIB:INT-SERV-MIB/intSrvFlowTable/intSrvFlowEntry/intSrvFlowStatus": {
      "get": {
        "summary": "Get intSrvFlowStatus",
        "operationId": "get-INT-SERV-MIB:INT-SERV-MIB-intSrvFlowTable-intSrvFlowEntry-intSrvFlowStatus",
        "tags": [
          "INT-SERV-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": {
                  "INT-SERV-MIB:intSrvFlowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowStatus 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": []
    }
  ]
}
