Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
API version v1 is deprecated
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/updateBridge
Request Payload Parameters
bridges
Bridge[]
|
|
name
String
|
|
port
BridgePort[]
|
List of ports assigned to the bridge
|
name
String
|
Type or purpose of the port to be forwarded.
|
|
stp
Boolean
|
Enable / disable spanning tree protocol.
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
The primary protocol used for connecting to the server.
|
|
transactionId
String
|
The unique transaction id.
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
The response status code.
|
statusMessage
String
|
|
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/updateBridge
<?xml version="1.0" ?>
<bridgeConfiguration>
<bridges>
<bridge>
<name>String value</name>
<port_list>
<port>
<name>String value</name>
</port>
</port_list>
<stp>true</stp>
</bridge>
</bridges>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</bridgeConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v1/op/nfv/updateBridge.json
{
"bridgeConfiguration" : {
"bridges" : {
"bridge" : {
"name" : "String value",
"port_list" : {
"port" : {
"name" : "String value"
}
},
"stp" : true
}
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v1/op/nfv/updateBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/nfv/updateBridge" 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/updateBridge.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/nfv\/updateBridge",
"@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
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/op/nfv/updateBridge
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
bridges
Bridge[]
|
|
name
String
|
|
port
BridgePort[]
|
List of ports assigned to the bridge
|
name
String
|
Type or purpose of the port to be forwarded.
|
|
stp
Boolean
|
Enable / disable spanning tree protocol.
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
The primary protocol used for connecting to the server.
|
|
transactionId
String
|
The unique transaction id.
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
The response status code.
|
statusMessage
String
|
|
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/updateBridge
<?xml version="1.0" ?>
<bridgeConfiguration>
<bridges>
<bridge>
<name>String value</name>
<port_list>
<port>
<name>String value</name>
</port>
</port_list>
<stp>true</stp>
</bridge>
</bridges>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</bridgeConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v2/op/nfv/updateBridge.json
{
"bridgeConfiguration" : {
"bridges" : {
"bridge" : [ {
"name" : "String value",
"port_list" : {
"port" : [ {
"name" : "String value"
} ]
},
"stp" : true
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v2/op/nfv/updateBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/nfv/updateBridge" 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/updateBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/nfv/updateBridge",
"@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
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/op/nfv/updateBridge
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
bridges
Bridge[]
|
|
name
String
|
|
port
BridgePort[]
|
List of ports assigned to the bridge
|
name
String
|
Type or purpose of the port to be forwarded.
|
|
stp
Boolean
|
Enable / disable spanning tree protocol.
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
The primary protocol used for connecting to the server.
|
|
transactionId
String
|
The unique transaction id.
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
The response status code.
|
statusMessage
String
|
|
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/updateBridge
<?xml version="1.0" ?>
<bridgeConfiguration>
<bridges>
<bridge>
<name>String value</name>
<port_list>
<port>
<name>String value</name>
</port>
<port>
<name>Another string value</name>
</port>
</port_list>
<stp>true</stp>
</bridge>
<bridge>
<name>Another string value</name>
<port_list>
<port>
<name>String value</name>
</port>
<port>
<name>Another string value</name>
</port>
</port_list>
<stp>false</stp>
</bridge>
</bridges>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</bridgeConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v3/op/nfv/updateBridge.json
{
"bridgeConfiguration" : {
"bridges" : {
"bridge" : [ {
"name" : "String value",
"port_list" : {
"port" : [ {
"name" : "String value"
}, {
"name" : "Another string value"
} ]
},
"stp" : true
}, {
"name" : "Another string value",
"port_list" : {
"port" : [ {
"name" : "String value"
}, {
"name" : "Another string value"
} ]
},
"stp" : false
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v3/op/nfv/updateBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/nfv/updateBridge" 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/updateBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/nfv/updateBridge",
"@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
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/op/nfv/updateBridge
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
bridges
Bridge[]
|
|
name
String
|
|
port
BridgePort[]
|
List of ports assigned to the bridge
|
name
String
|
Type or purpose of the port to be forwarded.
|
|
stp
Boolean
|
Enable / disable spanning tree protocol.
|
|
server
Server
|
|
ipAddress
String
|
|
port
Short
|
|
protocol
String
|
The primary protocol used for connecting to the server.
|
|
transactionId
String
|
The unique transaction id.
|
Response Parameters
deploymentStage
String
|
|
eventTime
String
|
|
payload
String
|
|
statusCode
Integer
|
The response status code.
|
statusMessage
String
|
|
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/updateBridge
<?xml version="1.0" ?>
<bridgeConfiguration>
<bridges>
<bridge>
<name>String value</name>
<port_list>
<port>
<name>String value</name>
</port>
<port>
<name>Another string value</name>
</port>
</port_list>
<stp>true</stp>
</bridge>
<bridge>
<name>Another string value</name>
<port_list>
<port>
<name>String value</name>
</port>
<port>
<name>Another string value</name>
</port>
</port_list>
<stp>false</stp>
</bridge>
</bridges>
<server>
<ipAddress>String value</ipAddress>
<port>15</port>
<protocol>String value</protocol>
</server>
<transactionId>String value</transactionId>
</bridgeConfiguration>
Sample JSON Request Payload
https://localhost/webacs/api/v4/op/nfv/updateBridge.json
{
"bridgeConfiguration" : {
"bridges" : {
"bridge" : [ {
"name" : "String value",
"port_list" : {
"port" : [ {
"name" : "String value"
}, {
"name" : "Another string value"
} ]
},
"stp" : true
}, {
"name" : "Another string value",
"port_list" : {
"port" : [ {
"name" : "String value"
}, {
"name" : "Another string value"
} ]
},
"stp" : false
} ]
},
"server" : {
"ipAddress" : "String value",
"port" : 15,
"protocol" : "String value"
},
"transactionId" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v4/op/nfv/updateBridge
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/nfv/updateBridge" 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/updateBridge.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/nfv/updateBridge",
"@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"
} ]
}
}