VRA SERVICE Commands


DescriptionCommand
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)
Mandatorytrue

Parameter--state (State of the service [ACTIVE, DELETED, RETIRED])
Mandatorytrue

Parameter--description (Enter Description)
Mandatoryfalse

Parameter--owner (Enter email of the owner of the service to add)
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse


List Services

vra service list

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse

Parameter--columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4)
Mandatoryfalse

Parameter--page (Enter page number to display in pagination (default 1))
Mandatoryfalse

Parameter--pageSize (Enter page size to display in pagination (default 25))
Mandatoryfalse


Remove Service

vra service remove

Parameter--name (Enter Name of the Service to remove)
Mandatoryfalse

Parameter--id (Enter ID of the Service to remove)
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse


Update Service

vra service update

Parameter--id (Enter id of the service to be updated)
Mandatorytrue

Parameter--name (Enter new name for the service)
Mandatoryfalse

Parameter--state (Enter new state for the service [ACTIVE, DELETED, RETIRED])
Mandatoryfalse

Parameter--description (Enter new description for the service)
Mandatoryfalse

Parameter--owner (Enter email of the owner of the service to add)
Mandatoryfalse

Parameter--export (Provide a file to export all results)
Mandatoryfalse

Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse


Copyright 2016 VMware, Inc. All rights reserved.