Description | Command |
---|---|
Add Fabric Groups | vra fabricgroup add |
Get Fabric Group Detail | vra fabricgroup detail |
List Fabric Groups | vra fabricgroup list |
Remove Fabric Group | vra fabricgroup remove |
Update Fabric Group | vra fabricgroup update |
Add Fabric Groups |
vra fabricgroup add |
Parameter | --name (Enter Group Name) |
Mandatory | true |
Parameter | --admins (Enter comma separated list of users for group manager role) |
Mandatory | true |
Parameter | --description (Enter Description) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --computeresourceids (Enter comma separated list of compute resource IDs) |
Mandatory | false |
Get Fabric Group Detail |
vra fabricgroup detail |
Parameter | --id (Provide a valid ID or name of the fabric group to fetch details) |
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 Fabric Groups |
vra fabricgroup 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)) |
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 |
Remove Fabric Group |
vra fabricgroup remove |
Parameter | --id (Provide a valid fabric group ID or name to be deleted) |
Mandatory | true |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Update Fabric Group |
vra fabricgroup update |
Parameter | --id (Provide a valid fabric group ID or name to be updated) |
Mandatory | true |
Parameter | --description (Enter new description) |
Mandatory | false |
Parameter | --addadmins (Enter comma separated list of users for manager role to be added) |
Mandatory | false |
Parameter | --addcomputeresource (Enter comma separated list of compute resource IDs to be added) |
Mandatory | false |
Parameter | --removeadmins (Enter comma separated list of Users to be removed) |
Mandatory | false |
Parameter | --removecomputeresource (Enter comma separated list of compute resource IDs to be removed) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Copyright 2016 VMware, Inc. All rights reserved.