Create Data Collector
Create a new Data Collector.
Request
URI
POST
https://{api_host}/iaas/api/data-collectors
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
201
successful operation
Returns
DataCollectorRegistration
of type(s)
application/json
{
"ovaLink": "https://ci-data-collector.s3.amazonaws.com/VMware-Cloud-Services-Data-Collector.ova",
"key": "eyJyZWdpc3RyYXRpb25VcmwiOiJodHRwczovL2Fw"
}
string
ovaLink
Required
Data collector OVA Link
string
key
Required
A registration key for the data collector
400
Invalid Request - bad data
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/iaas/api/data-collectors
Data Collector Operations
GET
Get Data Collector
DELETE
Delete Data Collector
POST
Create Data Collector
GET
Get Data Collectors