vcenter nsx deployment software package: upload result
The
upload_result
structure contains information about the session, and the upload URI. Use the URI to upload the NSX binary. Pass the access token in the header to upload the file. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"access_token" : "string",
"upload_URI" : "http://myurl.com"
}
"access_token" : "string",
"upload_URI" : "http://myurl.com"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
access_token | string | An access token to an user who is granted to upload the NSX bundle. This can only be used to upload file which was passed in the upload spec. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
upload_URI | URI | The URL where the NSX bundle has to be uploaded. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |