Description | Command |
---|---|
Add Approval Policy | vra approvalpolicy add |
Get Approval Policy Details | vra approvalpolicy detail |
List Approval Policies | vra approvalpolicy list |
Remove Approval Policy | vra approvalpolicy remove |
Add Approval Policy |
vra approvalpolicy add |
Parameter | --name (Enter an Approval Policy Name) |
Mandatory | true |
Parameter | --inputfile (Provide input file containing policy, this can be exported from one already created and modified) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Get Approval Policy Details |
vra approvalpolicy detail |
Parameter | --id (Provide Approval Policy ID to fetch details) |
Mandatory | false |
Parameter | --name (Provide Approval Policy ID or name to fetch details) |
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 |
List Approval Policies |
vra approvalpolicy 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)) |
Mandatory | false |
Remove Approval Policy |
vra approvalpolicy remove |
Parameter | --id (Provide Approval Policy ID to be deleted) |
Mandatory | false |
Parameter | --name (Provide Approval Policy ID or name to be deleted) |
Mandatory | false |
Parameter | --force (Delete approval policy even if it is associated with an active entitlement [Yes or No].) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Copyright 2016 VMware, Inc. All rights reserved.