{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - TCP-MIB",
    "description": "MIB data from `TCP-MIB` module.\n\n**Root containers:** 1 (TCP-MIB)\n**Paths:** 34 | **Descendants:** 33\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": "TCP-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/TCP-MIB:TCP-MIB": {
      "get": {
        "summary": "Get TCP-MIB",
        "operationId": "get-TCP-MIB:TCP-MIB",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcp": {
                      "type": "object",
                      "properties": {
                        "tcpRtoAlgorithm": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpRtoMin": {
                          "type": "integer",
                          "example": 1
                        },
                        "tcpRtoMax": {
                          "type": "integer",
                          "example": 1
                        },
                        "tcpMaxConn": {
                          "type": "integer",
                          "example": 1
                        },
                        "tcpActiveOpens": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpPassiveOpens": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpAttemptFails": {
                          "type": "string",
                          "example": "45"
                        },
                        "tcpEstabResets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpCurrEstab": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpInSegs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpOutSegs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpRetransSegs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpInErrs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpOutRsts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpHCInSegs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpHCOutSegs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tcpConnectionTable": {
                      "type": "object",
                      "properties": {
                        "tcpConnectionEntry": {
                          "type": "object",
                          "properties": {
                            "tcpConnectionLocalAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpConnectionLocalAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpConnectionLocalPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tcpConnectionRemAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpConnectionRemAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpConnectionRemPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tcpConnectionState": {
                              "type": "string",
                              "example": "active"
                            },
                            "tcpConnectionProcess": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tcpListenerTable": {
                      "type": "object",
                      "properties": {
                        "tcpListenerEntry": {
                          "type": "object",
                          "properties": {
                            "tcpListenerLocalAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpListenerLocalAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tcpListenerLocalPort": {
                              "type": "string",
                              "example": "item-1"
                            },
                            "tcpListenerProcess": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "item-1"
                        }
                      },
                      "example": "item-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TCP-MIB:TCP-MIB": {
                    "tcp": {
                      "tcpRtoAlgorithm": "default",
                      "tcpRtoMin": 1,
                      "tcpRtoMax": 1,
                      "tcpMaxConn": 1,
                      "tcpActiveOpens": "configured-value",
                      "tcpPassiveOpens": "configured-value",
                      "tcpAttemptFails": "45",
                      "tcpEstabResets": "configured-value",
                      "tcpCurrEstab": "configured-value",
                      "tcpInSegs": "configured-value",
                      "tcpOutSegs": "configured-value",
                      "tcpRetransSegs": "configured-value",
                      "tcpInErrs": "configured-value",
                      "tcpOutRsts": "configured-value",
                      "tcpHCInSegs": "configured-value",
                      "tcpHCOutSegs": "configured-value"
                    },
                    "tcpConnectionTable": {
                      "tcpConnectionEntry": {
                        "tcpConnectionLocalAddressType": "10.1.1.1",
                        "tcpConnectionLocalAddress": "10.1.1.1",
                        "tcpConnectionLocalPort": "configured-value",
                        "tcpConnectionRemAddressType": "10.1.1.1",
                        "tcpConnectionRemAddress": "10.1.1.1",
                        "tcpConnectionRemPort": "configured-value",
                        "tcpConnectionState": "default",
                        "tcpConnectionProcess": 1
                      }
                    },
                    "tcpListenerTable": {
                      "tcpListenerEntry": {
                        "tcpListenerLocalAddressType": "10.1.1.1",
                        "tcpListenerLocalAddress": "10.1.1.1",
                        "tcpListenerLocalPort": "item-1",
                        "tcpListenerProcess": 1
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve TCP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp": {
      "get": {
        "summary": "Get tcp",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcpRtoAlgorithm": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpRtoMin": {
                      "type": "integer",
                      "example": 1
                    },
                    "tcpRtoMax": {
                      "type": "integer",
                      "example": 1
                    },
                    "tcpMaxConn": {
                      "type": "integer",
                      "example": 1
                    },
                    "tcpActiveOpens": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpPassiveOpens": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpAttemptFails": {
                      "type": "string",
                      "example": "45"
                    },
                    "tcpEstabResets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpCurrEstab": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpInSegs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpOutSegs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpRetransSegs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpInErrs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpOutRsts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpHCInSegs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpHCOutSegs": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TCP-MIB:tcp": {
                    "tcpRtoAlgorithm": "default",
                    "tcpRtoMin": 1,
                    "tcpRtoMax": 1,
                    "tcpMaxConn": 1,
                    "tcpActiveOpens": "configured-value",
                    "tcpPassiveOpens": "configured-value",
                    "tcpAttemptFails": "45",
                    "tcpEstabResets": "configured-value",
                    "tcpCurrEstab": "configured-value",
                    "tcpInSegs": "configured-value",
                    "tcpOutSegs": "configured-value",
                    "tcpRetransSegs": "configured-value",
                    "tcpInErrs": "configured-value",
                    "tcpOutRsts": "configured-value",
                    "tcpHCInSegs": "configured-value",
                    "tcpHCOutSegs": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpRtoAlgorithm": {
      "get": {
        "summary": "Get tcpRtoAlgorithm",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpRtoAlgorithm",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpRtoAlgorithm": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpRtoAlgorithm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpRtoMin": {
      "get": {
        "summary": "Get tcpRtoMin",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpRtoMin",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpRtoMin": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpRtoMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpRtoMax": {
      "get": {
        "summary": "Get tcpRtoMax",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpRtoMax",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpRtoMax": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpRtoMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpMaxConn": {
      "get": {
        "summary": "Get tcpMaxConn",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpMaxConn",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpMaxConn": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpMaxConn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpActiveOpens": {
      "get": {
        "summary": "Get tcpActiveOpens",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpActiveOpens",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpActiveOpens": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpActiveOpens from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpPassiveOpens": {
      "get": {
        "summary": "Get tcpPassiveOpens",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpPassiveOpens",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpPassiveOpens": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpPassiveOpens from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpAttemptFails": {
      "get": {
        "summary": "Get tcpAttemptFails",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpAttemptFails",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "TCP-MIB:tcpAttemptFails": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpAttemptFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpEstabResets": {
      "get": {
        "summary": "Get tcpEstabResets",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpEstabResets",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpEstabResets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpEstabResets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpCurrEstab": {
      "get": {
        "summary": "Get tcpCurrEstab",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpCurrEstab",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpCurrEstab": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpCurrEstab from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpInSegs": {
      "get": {
        "summary": "Get tcpInSegs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpInSegs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpInSegs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpInSegs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpOutSegs": {
      "get": {
        "summary": "Get tcpOutSegs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpOutSegs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpOutSegs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpOutSegs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpRetransSegs": {
      "get": {
        "summary": "Get tcpRetransSegs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpRetransSegs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpRetransSegs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpRetransSegs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpInErrs": {
      "get": {
        "summary": "Get tcpInErrs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpInErrs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpInErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpInErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpOutRsts": {
      "get": {
        "summary": "Get tcpOutRsts",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpOutRsts",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpOutRsts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpOutRsts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpHCInSegs": {
      "get": {
        "summary": "Get tcpHCInSegs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpHCInSegs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpHCInSegs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpHCInSegs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcp/tcpHCOutSegs": {
      "get": {
        "summary": "Get tcpHCOutSegs",
        "operationId": "get-TCP-MIB:TCP-MIB-tcp-tcpHCOutSegs",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpHCOutSegs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpHCOutSegs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable": {
      "get": {
        "summary": "Get tcpConnectionTable",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcpConnectionEntry": {
                      "type": "object",
                      "properties": {
                        "tcpConnectionLocalAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpConnectionLocalAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpConnectionLocalPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpConnectionRemAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpConnectionRemAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpConnectionRemPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tcpConnectionState": {
                          "type": "string",
                          "example": "active"
                        },
                        "tcpConnectionProcess": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TCP-MIB:tcpConnectionTable": {
                    "tcpConnectionEntry": {
                      "tcpConnectionLocalAddressType": "10.1.1.1",
                      "tcpConnectionLocalAddress": "10.1.1.1",
                      "tcpConnectionLocalPort": "configured-value",
                      "tcpConnectionRemAddressType": "10.1.1.1",
                      "tcpConnectionRemAddress": "10.1.1.1",
                      "tcpConnectionRemPort": "configured-value",
                      "tcpConnectionState": "default",
                      "tcpConnectionProcess": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry": {
      "get": {
        "summary": "Get tcpConnectionEntry",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcpConnectionLocalAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpConnectionLocalAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpConnectionLocalPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpConnectionRemAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpConnectionRemAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpConnectionRemPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tcpConnectionState": {
                      "type": "string",
                      "example": "active"
                    },
                    "tcpConnectionProcess": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TCP-MIB:tcpConnectionEntry": {
                    "tcpConnectionLocalAddressType": "10.1.1.1",
                    "tcpConnectionLocalAddress": "10.1.1.1",
                    "tcpConnectionLocalPort": "configured-value",
                    "tcpConnectionRemAddressType": "10.1.1.1",
                    "tcpConnectionRemAddress": "10.1.1.1",
                    "tcpConnectionRemPort": "configured-value",
                    "tcpConnectionState": "default",
                    "tcpConnectionProcess": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionLocalAddressType": {
      "get": {
        "summary": "Get tcpConnectionLocalAddressType",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionLocalAddressType",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionLocalAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionLocalAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionLocalAddress": {
      "get": {
        "summary": "Get tcpConnectionLocalAddress",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionLocalAddress",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionLocalAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionLocalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionLocalPort": {
      "get": {
        "summary": "Get tcpConnectionLocalPort",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionLocalPort",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionLocalPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionLocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionRemAddressType": {
      "get": {
        "summary": "Get tcpConnectionRemAddressType",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionRemAddressType",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionRemAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionRemAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionRemAddress": {
      "get": {
        "summary": "Get tcpConnectionRemAddress",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionRemAddress",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionRemAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionRemAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionRemPort": {
      "get": {
        "summary": "Get tcpConnectionRemPort",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionRemPort",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionRemPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionRemPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionState": {
      "get": {
        "summary": "Get tcpConnectionState",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionState",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpConnectionTable/tcpConnectionEntry/tcpConnectionProcess": {
      "get": {
        "summary": "Get tcpConnectionProcess",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpConnectionTable-tcpConnectionEntry-tcpConnectionProcess",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpConnectionProcess": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpConnectionProcess from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable": {
      "get": {
        "summary": "Get tcpListenerTable",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcpListenerEntry": {
                      "type": "object",
                      "properties": {
                        "tcpListenerLocalAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpListenerLocalAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tcpListenerLocalPort": {
                          "type": "string",
                          "example": "item-1"
                        },
                        "tcpListenerProcess": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "item-1"
                    }
                  },
                  "example": "item-1"
                },
                "example": {
                  "TCP-MIB:tcpListenerTable": {
                    "tcpListenerEntry": {
                      "tcpListenerLocalAddressType": "10.1.1.1",
                      "tcpListenerLocalAddress": "10.1.1.1",
                      "tcpListenerLocalPort": "item-1",
                      "tcpListenerProcess": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable/tcpListenerEntry": {
      "get": {
        "summary": "Get tcpListenerEntry",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable-tcpListenerEntry",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tcpListenerLocalAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpListenerLocalAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tcpListenerLocalPort": {
                      "type": "string",
                      "example": "item-1"
                    },
                    "tcpListenerProcess": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "item-1"
                },
                "example": {
                  "TCP-MIB:tcpListenerEntry": {
                    "tcpListenerLocalAddressType": "10.1.1.1",
                    "tcpListenerLocalAddress": "10.1.1.1",
                    "tcpListenerLocalPort": "item-1",
                    "tcpListenerProcess": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable/tcpListenerEntry/tcpListenerLocalAddressType": {
      "get": {
        "summary": "Get tcpListenerLocalAddressType",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable-tcpListenerEntry-tcpListenerLocalAddressType",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpListenerLocalAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerLocalAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable/tcpListenerEntry/tcpListenerLocalAddress": {
      "get": {
        "summary": "Get tcpListenerLocalAddress",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable-tcpListenerEntry-tcpListenerLocalAddress",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpListenerLocalAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerLocalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable/tcpListenerEntry/tcpListenerLocalPort": {
      "get": {
        "summary": "Get tcpListenerLocalPort",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable-tcpListenerEntry-tcpListenerLocalPort",
        "tags": [
          "TCP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "TCP-MIB:tcpListenerLocalPort": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerLocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TCP-MIB:TCP-MIB/tcpListenerTable/tcpListenerEntry/tcpListenerProcess": {
      "get": {
        "summary": "Get tcpListenerProcess",
        "operationId": "get-TCP-MIB:TCP-MIB-tcpListenerTable-tcpListenerEntry-tcpListenerProcess",
        "tags": [
          "TCP-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": {
                  "TCP-MIB:tcpListenerProcess": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tcpListenerProcess 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": []
    }
  ]
}
