VRA BLUEPRINT Commands


DescriptionCommand
Add VSphere Infrastucture Blueprint & Catalog Item     vra blueprint add vsphere
Get vSphere Blueprint     vra blueprint detail
List Blueprints     vra blueprint list
Delete vSphere Blueprint     vra blueprint remove
Import All vSphere templates into Blueprints     vra blueprint vsphere importalltemplates


Add VSphere Infrastucture Blueprint & Catalog Item

vra blueprint add vsphere

Parameter--name (Enter a vSphere Blueprint Name)
Mandatorytrue

Parameter--id (Enter id for the Blueprint. If not specified, it will be auto-generated.)
Mandatoryfalse

Parameter--cpu (Enter CPU Count)
Mandatoryfalse

Parameter--memory (Enter memory MB)
Mandatoryfalse

Parameter--clonefrom (Override CloneFrom template value)
Mandatoryfalse

Parameter--servicename (Enter Service Name to assign to new CatalogItem)
Mandatoryfalse

Parameter--serviceid (Enter service Id to assign to new CatalogItem)
Mandatoryfalse

Parameter--description (Enter description)
Mandatoryfalse

Parameter--publish (Publish the blueprint - yes or no)
Mandatoryfalse

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

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

Parameter--inputfile (Provide input file, this is a YAML formatted file which you can get by running the command [vcac iaas blueprints detail])
Mandatorytrue


Get vSphere Blueprint

vra blueprint detail

Parameter--name (Provide a valid Blueprint name)
Mandatoryfalse

Parameter--id (Provide a valid Blueprint ID)
Mandatoryfalse

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


List Blueprints

vra blueprint 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, maximum 5000))
Mandatoryfalse


Delete vSphere Blueprint

vra blueprint remove

Parameter--name (Provide a Blueprint name to be removed)
Mandatoryfalse

Parameter--id (Provide a Blueprint ID to be removed)
Mandatoryfalse


Import All vSphere templates into Blueprints

vra blueprint vsphere importalltemplates

Parameter--servicename (Enter Service Name to assign to new CatalogItem)
Mandatoryfalse

Parameter--serviceid (Enter service Id to assign to new CatalogItem)
Mandatoryfalse

Parameter--image (Enter path for Image file)
Mandatoryfalse

Parameter--media (Enter Media Type of image file [gif, jpeg, png])
Mandatoryfalse

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

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

Parameter--inputfile (Template blueprint YAML file to use when importing templates. NOTE: CPU, Memory and Storage minimums for all imported blueprints will come from the machine template. All other blueprint details come from this 'inputfile')
Mandatorytrue


Copyright 2019 VMware, Inc. All rights reserved.