Delete MSTP Instance (v2.0)
Delete MSTP instance for an element.
Path Parameters
tenant_id string required
The tenant ID.
site_id string required
The site ID.
element_id string required
The element ID.
mstp_instance_id string required
The MSTP instance ID.
Responses
- 200
- 400
Successful Operation
application/json
Schema
Example (from schema)
Schema
description
The MSTP instance description. Max limit = 256.
id string
The MSTP instance ID.
instance_number int32
The MSTP instance number. Valid values are 0-255.
instance_priority integer
The MSTP instance priority. Valid values are 0-15.
name string required
The name of the MSTP instance. Max limit = 128.
tags string[]
A information field that can be added to identify the MSTP instance. Maximum 10 unique tags of length 128 each are allowed.
{
"id": "string",
"instance_number": 0,
"instance_priority": 0,
"name": "string",
"tags": [
"string"
]
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "MSTP_INSTANCE_CONFIG_DELETE_NOT_SUPPORTED"
}
]
}
}
Loading...