Create an OVS bridge.
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v1/op/nfv/createOvsBridge
Request Payload Parameters
networks
Network[]
|
|
admin_state
Boolean
|
|
akey_name
String
|
|
bridge
String
|
|
mirror
Boolean
|
|
mirror_src
String
|
|
provider_network_type
String
|
|
provider_physical_network
String
|
|
provider_segmentation_id
Integer
|
|
router_external
Boolean
|
|
shared
Boolean
|
|
sriov
String
|
|
subnet
Subnet[]
|
|
address
String
|
|
akey_name
String
|
|
dhcp
Boolean
|
|
gateway
String
|
|
ipversion
String
|
|
netmask
String
|
|
|
trunk
Boolean
|
|
vlan
Short[]
|
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
|
|
transactionId
String
|
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
|
statusMessage
String
|
|
transactionId
String
|
|
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/createOvsBridge
<?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/createOvsBridge.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/createOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/nfv/createOvsBridge" 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/createOvsBridge.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/nfv\/createOvsBridge",
"@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?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v2/op/nfv/createOvsBridge
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
networks
Network[]
|
|
admin_state
Boolean
|
|
akey_name
String
|
|
bridge
String
|
|
mirror
Boolean
|
|
mirror_src
String
|
|
provider_network_type
String
|
|
provider_physical_network
String
|
|
provider_segmentation_id
Integer
|
|
router_external
Boolean
|
|
shared
Boolean
|
|
sriov
String
|
|
subnet
Subnet[]
|
|
address
String
|
|
akey_name
String
|
|
dhcp
Boolean
|
|
gateway
String
|
|
ipversion
String
|
|
netmask
String
|
|
|
trunk
Boolean
|
|
vlan
Short[]
|
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
|
|
transactionId
String
|
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
|
statusMessage
String
|
|
transactionId
String
|
|
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/createOvsBridge
<?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/createOvsBridge.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/createOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/nfv/createOvsBridge" 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/createOvsBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/nfv/createOvsBridge",
"@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?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v3/op/nfv/createOvsBridge
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
networks
Network[]
|
|
admin_state
Boolean
|
|
akey_name
String
|
|
bridge
String
|
|
mirror
Boolean
|
|
mirror_src
String
|
|
provider_network_type
String
|
|
provider_physical_network
String
|
|
provider_segmentation_id
Integer
|
|
router_external
Boolean
|
|
shared
Boolean
|
|
sriov
String
|
|
subnet
Subnet[]
|
|
address
String
|
|
akey_name
String
|
|
dhcp
Boolean
|
|
gateway
String
|
|
ipversion
String
|
|
netmask
String
|
|
|
trunk
Boolean
|
|
vlan
Short[]
|
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
|
|
transactionId
String
|
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
|
statusMessage
String
|
|
transactionId
String
|
|
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/createOvsBridge
<?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>
<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/createOvsBridge.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, 25 ]
}
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v3/op/nfv/createOvsBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/nfv/createOvsBridge" 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/createOvsBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/nfv/createOvsBridge",
"@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"
} ]
}
}