(Supporting Network Advisor 12.3.0)

Table Of Contents
126 Brocade Network Advisor REST API Guide
53-1003160-01
Zoning
5
Zone transaction management
To carry out zoning or LSAN zoning operations, the operations must be performed in the context of
a zoning transaction. The following URI provides support for starting, committing, and aborting a
zone transaction on a specific fabric.
POST URIs
Path parameters
Request parameters
Note
You must create a request instance of type ControlZoneTransactionRequest and send it
through the POST request.
If you are carrying out LSAN zoning, you must set the lsanZoning parameter to true. It is false
by default.
LSAN zoning is supported only in the context of a backbone fabric.
The Boolean properties in the input are case-sensitive. Only a value of “true” in the input
converts to a Boolean true. All other values are interpreted as Boolean false.
The request schema is ControlZoneTransactionRequest.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/con
trolzonetransaction
Starts, commits, or aborts a zone transaction on a
specific fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Name Description
lsanZoning Whether to carry out LSAN zoning (case-sensitive, use either true or false).
action The action to perform (START, ABORT or COMMIT). Refer to TransactionAction under
ControlZoneTransactionRequest.