VRA COMPONENTREGISTRY Commands
Description | Command |
---|---|
List Component Registry Endpoints | vra componentregistry endpoint list |
Update Component Registry Endpoint Url | vra componentregistry endpoint update |
List of available services from the component registry | vra componentregistry service list |
List Component Registry Endpoints |
vra componentregistry endpoint 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, maximum 5000)) |
Mandatory | false |
Update Component Registry Endpoint Url |
vra componentregistry endpoint update |
Parameter | --id (Provide a valid Endpoint ID to be updated) |
Mandatory | true |
Parameter | --url (Enter new Endpoint Url) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
List of available services from the component registry |
vra componentregistry service list |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
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, maximum 5000)) |
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.