Description | Command |
---|---|
Add vCloud endpoint | vra endpoint add vcloud |
Add vsphere endpoint | vra endpoint add vsphere |
Start datacollection on the specified endpoint | vra endpoint datacollection start |
Get endpoints detail | vra endpoint detail |
List endpoints optionally filtered by type | vra endpoint list |
Remove endpoint | vra endpoint remove |
Update endpoint | vra endpoint update |
Add vCloud endpoint |
vra endpoint add vcloud |
Parameter | --name (Enter endpoint name) |
Mandatory | true |
Parameter | --credential (Enter name or ID of Credential) |
Mandatory | true |
Parameter | --address (Enter address of vCloud endpoint) |
Mandatory | true |
Parameter | --organization (Enter organization of vCloud endpoint) |
Mandatory | true |
Parameter | --properties (Enter properties [name=value,name1=value1]) |
Mandatory | false |
Parameter | --description (Enter description) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Add vsphere endpoint |
vra endpoint add vsphere |
Parameter | --name (Enter endpoint name) |
Mandatory | true |
Parameter | --credential (Enter name or ID of Credential) |
Mandatory | true |
Parameter | --address (Enter address of vSphere endpoint) |
Mandatory | true |
Parameter | --properties (Enter properties [name=value,name1=value1]) |
Mandatory | false |
Parameter | --vcnsaddress (Enter address of vCNS applicance) |
Mandatory | false |
Parameter | --vcnscredentials (Enter credentials for vCNS applicance - Name or ID) |
Mandatory | false |
Parameter | --description (Enter description) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Start datacollection on the specified endpoint |
vra endpoint datacollection start |
Parameter | --endpointname (Provide a valid ID or name of a Cluster or Host) |
Mandatory | true |
Parameter | --waitforcompletion (Wait till datacollection is complete? [Yes or No]) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Get endpoints detail |
vra endpoint detail |
Parameter | --id (Enter a valid Endpoint ID or name) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4) |
Mandatory | false |
List endpoints optionally filtered by type |
vra endpoint list |
Parameter | --type (Type of endpoints to display, vSphere or vCloud. If option not provided displays all Endpoints) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4) |
Mandatory | false |
Parameter | --page (Enter page number to display in pagination (default 1)) |
Mandatory | false |
Parameter | --pageSize (Enter page size to display in pagination (default 25)) |
Mandatory | false |
Remove endpoint |
vra endpoint remove |
Parameter | --id (Enter an Endpoint ID or name to remove) |
Mandatory | true |
Update endpoint |
vra endpoint update |
Parameter | --id (Enter a valid Endpoint ID or name to be updated) |
Mandatory | true |
Parameter | --address (Enter new address for endpoint) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |