Description | Command |
---|---|
Get details about a workflow | vco workflow detail |
VCO Http GET Request | vco workflow http get |
List all workflows | vco workflow list |
Start a Workflow | vco workflow request |
Get details about a workflow |
vco workflow detail |
Parameter | --id (Workflow Id) |
Mandatory | true |
Parameter | --requestfile (Export corectly formatted JSON data to a file so that it can be used to request) |
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 |
VCO Http GET Request |
vco workflow http get |
Parameter | --url (Workflow Id) |
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 all workflows |
vco workflow list |
Parameter | --name (If provided, this value filters (case-insensitive) the results to only include workflows matching on the 'name' field) |
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 | --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 |
Start a Workflow |
vco workflow request |
Parameter | --id (Workflow Id) |
Mandatory | true |
Parameter | --inputs (Semicolon seperated workflow inputs, requires requestfile property. Example: Name=User1;Age=30) |
Mandatory | false |
Parameter | --requestfile (Provide corectly formatted JSON data so that it can be used to create the request) |
Mandatory | false |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Copyright 2019 VMware, Inc. All rights reserved.