Get Reports For Month

Get Reports For Month

Get all reports for a specified usage meter agent.

Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v1/reports/{year}/{month}/{agentId}
COPY
Path Parameters
integer
year
Required
Constraints: minimum: 0

The year of the requested report.

integer
month
Required
Constraints: minimum: 1 maximum: 12

The month of the requested report. The numbers from 1 to 12 match the months from JAN to DEC.

string
agentId
Required

The unique identifier of the usage meter agent.


Authentication
This operation uses the following authentication methods.
Responses
200

A list of all reports for the given usage metering agent for the given reporting period.

[
    {
        "ref": "string",
        "contentType": "string",
        "reportType": "string",
        "contentLength": 0,
        "checksum": "string"
    }
]
array of Report
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v1/reports/{year}/{month}/{agentId}