Description | Command |
---|---|
Add new Service | vra service add |
List Services | vra service list |
Remove Service | vra service remove |
Update Service | vra service update |
Add new Service |
vra service add |
Parameter | --name (Enter name of the service to add) |
Mandatory | true |
Parameter | --state (State of the service [ACTIVE, DELETED, RETIRED]) |
Mandatory | true |
Parameter | --description (Enter Description) |
Mandatory | false |
Parameter | --owner (Enter email of the owner of the service to add) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
List Services |
vra service list |
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, maximum 5000)) |
Mandatory | false |
Remove Service |
vra service remove |
Parameter | --name (Enter Name of the Service to remove) |
Mandatory | false |
Parameter | --id (Enter ID of the Service to remove) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Update Service |
vra service update |
Parameter | --id (Enter id of the service to be updated) |
Mandatory | true |
Parameter | --name (Enter new name for the service) |
Mandatory | false |
Parameter | --state (Enter new state for the service [ACTIVE, DELETED, RETIRED]) |
Mandatory | false |
Parameter | --description (Enter new description for the service) |
Mandatory | false |
Parameter | --owner (Enter email of the owner of the service to add) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Copyright 2019 VMware, Inc. All rights reserved.