Get Data Uploads

Get Data Uploads

Get the latest upload information for all Usage Meter agents.

Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v2/{tenantId}/data-uploads
COPY
Path Parameters
string
tenantId
Required

used to specify the ID of the tenant


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/v2/{tenantId}/data-uploads