Usage API

1.0.0

Overview

Statistics
3 Operations
0 Skills
Monitoring Category
Query and search platform usage meters and consumption metrics for the Anypoint Platform.

Servers

  • https://anypoint.mulesoft.com/metering/usage/api/v1
  • https://{region}.anypoint.mulesoft.com/metering/usage/api/v1
  • https://{region}.platform.mulesoft.com/metering/usage/api/v1

Authentication & Security

  • bearerAuth http

    Bearer token authentication. Login endpoint: https://anypoint.mulesoft.com/accounts/api/login

  • clientAuth oauth2

    OAuth2 client credentials. Token endpoint: https://anypoint.mulesoft.com/accounts/api/v2/oauth2/token

Get Meters Describe getMetersDescribe

GET

Try it out

Header Parameters
Custom Query Parameters
Custom Headers
Get all Meters from usage api

Header Parameters

Authorization *: string
Authorization token

Response

Successful request.
Examples
application/json
{}

Get Meters Meter Name Describe getMetersMeterNameDescribe

GET

Try it out

Path Parameters
Header Parameters
Custom Query Parameters
Custom Headers
Get particular meter description from usage api

Path Parameters

meter-name *: string
The meter name to identify the target resource.

Header Parameters

Authorization *: string
Authorization token

Response

Successful request.
Examples
application/json
{}

Create Meters Search createMetersSearch

POST

Try it out

Header Parameters
Custom Query Parameters
Custom Headers
Request Body application/json
Search meters from usage api

Header Parameters

Authorization *: string
Authorization token

Request Body

json

Response

Successful request.
Examples
application/json
{}