Description | Command |
---|---|
Assign Icon to CatalogItem | vra catalogitem icon assign |
Assign Service to CatalogItem | vra catalogitem service assign |
Remove service assigned to CatalogItem | vra catalogitem service unassign |
Unassigned catalogitem details | vra catalogitem unassigned detail |
List unassigned catalog items | vra catalogitem unassigned list |
Assign Icon to CatalogItem |
vra catalogitem icon assign |
Parameter | --id (Provide a valid catalog item ID or name.) |
Mandatory | true |
Parameter | --image (Enter Image File to be set as Icon) |
Mandatory | true |
Parameter | --media (Enter media type of file [gif, jpeg, png]) |
Mandatory | true |
Assign Service to CatalogItem |
vra catalogitem service assign |
Parameter | --id (Provide a valid catalog item ID or name.) |
Mandatory | true |
Parameter | --serviceid (Enter a valid Service id or name to be assigned to Catalog Item) |
Mandatory | true |
Remove service assigned to CatalogItem |
vra catalogitem service unassign |
Parameter | --id (Provide a valid catalog item ID or name.) |
Mandatory | true |
Unassigned catalogitem details |
vra catalogitem unassigned detail |
Parameter | --id (Provide a valid catalog item 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 unassigned catalog items |
vra catalogitem unassigned list |
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 |
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 |
Copyright 2019 VMware, Inc. All rights reserved.