NsxBatchRequestItem

NsxBatchRequestItem
A single request within a batch of operations

A single request within a batch of operations

JSON Example
{
    "body": {},
    "method": "string",
    "uri": "string"
}
object
body
Optional

http method body

string
method
Required  

http method type

Enumeration: GET, POST, PUT, DELETE, PATCH
string
uri
Required  

relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters

Property Of