Get Data Uploads V1

Get Data Uploads V1

Get the latest upload information for all Usage Meter agents.

Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v1/data-uploads
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Usage Meter agents and their statuses found.

[
    {
        "agentId": "string",
        "status": "string",
        "uploadTime": "string"
    }
]
array of Upload
Optional

204

No Usage Meter agents are found for this tenant.

Operation doesn't return any data structure

404

The requested tenant is not found.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v1/data-uploads