System Administration >
Configuration
>
NSX Intelligence
>
Repository
>
Bundles
Get information of the OVF which will be getting deployed.
Get information of the OVF for specified appliance which is
present in repository and will be used to deploy new VM.
Request:
Method:
GET
URI Path(s):
/api/v1/repository/bundles/ovf-deploy-info
Request Headers:
n/a
Query Parameters:
ProductType
+
ProductType
(
schema
)
Name
Description
Type
Notes
product
Name of the appliance
Name of the appliance for which upload is performed.
string
Required
Enum: SAMPLE, ALB_CONTROLLER, INTELLIGENCE
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/repository/bundles/ovf-deploy-info?product=INTELLIGENCE
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
OvfInfo
+
OvfInfo
(
schema
)
Name
Description
Type
Notes
ovf_name
OVF file name
Name of OVF file.
string
Readonly
version
OVF version
Version of the OVF.
string
Readonly
Example Response:
{ "ovf_name" : "nsx-intelligence-appliance-1.0.0.0.0.14576942.ovf", "version" : "1.0.0.0.0.14576942" }
Required Permissions:
read
Feature:
nodes_transport_nodes
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable