Delete an OVS bridge.
Since Product Version: 3.1
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (5)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Compliance Service (5)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (9)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (6)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Service (4)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
POST |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/nfv/deleteOvsBridgeRequest Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Networks DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Server DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
transactionId String |
Response Parameters
Attribute | Description |
---|---|
deploymentStage String |
|
eventTime String |
|
payload String |
|
statusCode Integer |
The response status code. |
statusMessage String |
The response message. |
transactionId String |
The unique transaction id. |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v1/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<networksConfiguration>
<networks>
<network>
<admin_state>true</admin_state>
<akey_name>String value</akey_name>
<bridge>String value</bridge>
<mirror>true</mirror>
<mirror_src>String value</mirror_src>
<provider_network_type>String value</provider_network_type>
<provider_physical_network>String value</provider_physical_network>
<provider_segmentation_id>15</provider_segmentation_id>
<router_external>true</router_external>
<shared>true</shared>
<sriov>String value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
</subnets>
<trunk>true</trunk>
<vlans>
<vlan>15</vlan>
</vlans>
</network>
</networks>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</networksConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v1/op/nfv/deleteOvsBridge.json
{
"networksConfiguration" : {
"networks" : {
"network" : {
"admin_state" : true,
"akey_name" : "String value",
"bridge" : "String value",
"mirror" : true,
"mirror_src" : "String value",
"provider_network_type" : "String value",
"provider_physical_network" : "String value",
"provider_segmentation_id" : 15,
"router_external" : true,
"shared" : true,
"sriov" : "String value",
"subnets" : {
"subnet" : {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
}
},
"trunk" : true,
"vlans" : {
"vlan" : 15
}
}
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v1/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/nfv/deleteOvsBridge" rootUrl="https://localhost/webacs/api/v1/op">
<serviceResponse>
<deploymentStage>String value</deploymentStage>
<eventTime>String value</eventTime>
<payload>String value</payload>
<statusCode>15</statusCode>
<statusMessage>String value</statusMessage>
<transactionId>String value</transactionId>
</serviceResponse>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/nfv/deleteOvsBridge.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/nfv\/deleteOvsBridge",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"serviceResponse" : {
"deploymentStage" : "String value",
"eventTime" : "String value",
"payload" : "String value",
"statusCode" : 15,
"statusMessage" : "String value",
"transactionId" : "String value"
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
POST |
Resource URL
/webacs/api/v2/op/nfv/deleteOvsBridge UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Networks DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Server DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
transactionId String |
Response Parameters
Attribute | Description |
---|---|
deploymentStage String |
|
eventTime String |
|
payload String |
|
statusCode Integer |
The response status code. |
statusMessage String |
The response message. |
transactionId String |
The unique transaction id. |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<networksConfiguration>
<networks>
<network>
<admin_state>true</admin_state>
<akey_name>String value</akey_name>
<bridge>String value</bridge>
<mirror>true</mirror>
<mirror_src>String value</mirror_src>
<provider_network_type>String value</provider_network_type>
<provider_physical_network>String value</provider_physical_network>
<provider_segmentation_id>15</provider_segmentation_id>
<router_external>true</router_external>
<shared>true</shared>
<sriov>String value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
</subnets>
<trunk>true</trunk>
<vlans>
<vlan>15</vlan>
</vlans>
</network>
</networks>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</networksConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge.json
{
"networksConfiguration" : {
"networks" : {
"network" : [ {
"admin_state" : true,
"akey_name" : "String value",
"bridge" : "String value",
"mirror" : true,
"mirror_src" : "String value",
"provider_network_type" : "String value",
"provider_physical_network" : "String value",
"provider_segmentation_id" : 15,
"router_external" : true,
"shared" : true,
"sriov" : "String value",
"subnets" : {
"subnet" : [ {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
} ]
},
"trunk" : true,
"vlans" : {
"vlan" : [ 15 ]
}
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge" rootUrl="https://localhost/webacs/api/v2/op">
<serviceResponse>
<deploymentStage>String value</deploymentStage>
<eventTime>String value</eventTime>
<payload>String value</payload>
<statusCode>15</statusCode>
<statusMessage>String value</statusMessage>
<transactionId>String value</transactionId>
</serviceResponse>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/nfv/deleteOvsBridge",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"serviceResponse" : [ {
"deploymentStage" : "String value",
"eventTime" : "String value",
"payload" : "String value",
"statusCode" : 15,
"statusMessage" : "String value",
"transactionId" : "String value"
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
POST |
Resource URL
/webacs/api/v3/op/nfv/deleteOvsBridge UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Networks DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Server DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
transactionId String |
Response Parameters
Attribute | Description |
---|---|
deploymentStage String |
|
eventTime String |
|
payload String |
|
statusCode Integer |
The response status code. |
statusMessage String |
The response message. |
transactionId String |
The unique transaction id. |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<networksConfiguration>
<networks>
<network>
<admin_state>true</admin_state>
<akey_name>String value</akey_name>
<bridge>String value</bridge>
<mirror>true</mirror>
<mirror_src>String value</mirror_src>
<provider_network_type>String value</provider_network_type>
<provider_physical_network>String value</provider_physical_network>
<provider_segmentation_id>15</provider_segmentation_id>
<router_external>true</router_external>
<shared>true</shared>
<sriov>String value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
<subnet>
<address>Another string value</address>
<akey_name>Another string value</akey_name>
<dhcp>false</dhcp>
<gateway>Another string value</gateway>
<ipversion>Another string value</ipversion>
<netmask>Another string value</netmask>
</subnet>
</subnets>
<trunk>true</trunk>
<vlans>
<vlan>15</vlan>
<vlan>25</vlan>
</vlans>
</network>
<network>
<admin_state>false</admin_state>
<akey_name>Another string value</akey_name>
<bridge>Another string value</bridge>
<mirror>false</mirror>
<mirror_src>Another string value</mirror_src>
<provider_network_type>Another string value</provider_network_type>
<provider_physical_network>Another string value</provider_physical_network>
<provider_segmentation_id>25</provider_segmentation_id>
<router_external>false</router_external>
<shared>false</shared>
<sriov>Another string value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
<subnet>
<address>Another string value</address>
<akey_name>Another string value</akey_name>
<dhcp>false</dhcp>
<gateway>Another string value</gateway>
<ipversion>Another string value</ipversion>
<netmask>Another string value</netmask>
</subnet>
</subnets>
<trunk>false</trunk>
<vlans>
<vlan>15</vlan>
<vlan>25</vlan>
</vlans>
</network>
</networks>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</networksConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge.json
{
"networksConfiguration" : {
"networks" : {
"network" : [ {
"admin_state" : true,
"akey_name" : "String value",
"bridge" : "String value",
"mirror" : true,
"mirror_src" : "String value",
"provider_network_type" : "String value",
"provider_physical_network" : "String value",
"provider_segmentation_id" : 15,
"router_external" : true,
"shared" : true,
"sriov" : "String value",
"subnets" : {
"subnet" : [ {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
}, {
"address" : "Another string value",
"akey_name" : "Another string value",
"dhcp" : false,
"gateway" : "Another string value",
"ipversion" : "Another string value",
"netmask" : "Another string value"
} ]
},
"trunk" : true,
"vlans" : {
"vlan" : [ 15, 25 ]
}
}, {
"admin_state" : false,
"akey_name" : "Another string value",
"bridge" : "Another string value",
"mirror" : false,
"mirror_src" : "Another string value",
"provider_network_type" : "Another string value",
"provider_physical_network" : "Another string value",
"provider_segmentation_id" : 25,
"router_external" : false,
"shared" : false,
"sriov" : "Another string value",
"subnets" : {
"subnet" : [ {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
}, {
"address" : "Another string value",
"akey_name" : "Another string value",
"dhcp" : false,
"gateway" : "Another string value",
"ipversion" : "Another string value",
"netmask" : "Another string value"
} ]
},
"trunk" : false,
"vlans" : {
"vlan" : [ 15, 25 ]
}
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge" rootUrl="https://localhost/webacs/api/v3/op">
<serviceResponse>
<deploymentStage>String value</deploymentStage>
<eventTime>String value</eventTime>
<payload>String value</payload>
<statusCode>15</statusCode>
<statusMessage>String value</statusMessage>
<transactionId>String value</transactionId>
</serviceResponse>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/nfv/deleteOvsBridge",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"serviceResponse" : [ {
"deploymentStage" : "String value",
"eventTime" : "String value",
"payload" : "String value",
"statusCode" : 15,
"statusMessage" : "String value",
"transactionId" : "String value"
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
POST |
Resource URL
/webacs/api/v4/op/nfv/deleteOvsBridge UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Networks DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Server DTO. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
transactionId String |
Response Parameters
Attribute | Description |
---|---|
deploymentStage String |
|
eventTime String |
|
payload String |
|
statusCode Integer |
The response status code. |
statusMessage String |
The response message. |
transactionId String |
The unique transaction id. |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<networksConfiguration>
<networks>
<network>
<admin_state>true</admin_state>
<akey_name>String value</akey_name>
<bridge>String value</bridge>
<mirror>true</mirror>
<mirror_src>String value</mirror_src>
<provider_network_type>String value</provider_network_type>
<provider_physical_network>String value</provider_physical_network>
<provider_segmentation_id>15</provider_segmentation_id>
<router_external>true</router_external>
<shared>true</shared>
<sriov>String value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
<subnet>
<address>Another string value</address>
<akey_name>Another string value</akey_name>
<dhcp>false</dhcp>
<gateway>Another string value</gateway>
<ipversion>Another string value</ipversion>
<netmask>Another string value</netmask>
</subnet>
</subnets>
<trunk>true</trunk>
<vlans>
<vlan>15</vlan>
<vlan>25</vlan>
</vlans>
</network>
<network>
<admin_state>false</admin_state>
<akey_name>Another string value</akey_name>
<bridge>Another string value</bridge>
<mirror>false</mirror>
<mirror_src>Another string value</mirror_src>
<provider_network_type>Another string value</provider_network_type>
<provider_physical_network>Another string value</provider_physical_network>
<provider_segmentation_id>25</provider_segmentation_id>
<router_external>false</router_external>
<shared>false</shared>
<sriov>Another string value</sriov>
<subnets>
<subnet>
<address>String value</address>
<akey_name>String value</akey_name>
<dhcp>true</dhcp>
<gateway>String value</gateway>
<ipversion>String value</ipversion>
<netmask>String value</netmask>
</subnet>
<subnet>
<address>Another string value</address>
<akey_name>Another string value</akey_name>
<dhcp>false</dhcp>
<gateway>Another string value</gateway>
<ipversion>Another string value</ipversion>
<netmask>Another string value</netmask>
</subnet>
</subnets>
<trunk>false</trunk>
<vlans>
<vlan>15</vlan>
<vlan>25</vlan>
</vlans>
</network>
</networks>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</networksConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge.json
{
"networksConfiguration" : {
"networks" : {
"network" : [ {
"admin_state" : true,
"akey_name" : "String value",
"bridge" : "String value",
"mirror" : true,
"mirror_src" : "String value",
"provider_network_type" : "String value",
"provider_physical_network" : "String value",
"provider_segmentation_id" : 15,
"router_external" : true,
"shared" : true,
"sriov" : "String value",
"subnets" : {
"subnet" : [ {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
}, {
"address" : "Another string value",
"akey_name" : "Another string value",
"dhcp" : false,
"gateway" : "Another string value",
"ipversion" : "Another string value",
"netmask" : "Another string value"
} ]
},
"trunk" : true,
"vlans" : {
"vlan" : [ 15, 25 ]
}
}, {
"admin_state" : false,
"akey_name" : "Another string value",
"bridge" : "Another string value",
"mirror" : false,
"mirror_src" : "Another string value",
"provider_network_type" : "Another string value",
"provider_physical_network" : "Another string value",
"provider_segmentation_id" : 25,
"router_external" : false,
"shared" : false,
"sriov" : "Another string value",
"subnets" : {
"subnet" : [ {
"address" : "String value",
"akey_name" : "String value",
"dhcp" : true,
"gateway" : "String value",
"ipversion" : "String value",
"netmask" : "String value"
}, {
"address" : "Another string value",
"akey_name" : "Another string value",
"dhcp" : false,
"gateway" : "Another string value",
"ipversion" : "Another string value",
"netmask" : "Another string value"
} ]
},
"trunk" : false,
"vlans" : {
"vlan" : [ 15, 25 ]
}
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge" rootUrl="https://localhost/webacs/api/v4/op">
<serviceResponse>
<deploymentStage>String value</deploymentStage>
<eventTime>String value</eventTime>
<payload>String value</payload>
<statusCode>15</statusCode>
<statusMessage>String value</statusMessage>
<transactionId>String value</transactionId>
</serviceResponse>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/nfv/deleteOvsBridge",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"serviceResponse" : [ {
"deploymentStage" : "String value",
"eventTime" : "String value",
"payload" : "String value",
"statusCode" : 15,
"statusMessage" : "String value",
"transactionId" : "String value"
} ]
}
}