Fetch rate limit endpoints using the CLI
The HERE platform allows users to fetch the rate limit endpoints associated with the service directly with the CLI.
- List all Rate limit endpoints associated with any service.
- Show Rate limit endpoint with any specific endpointId.
For more information see the CLI documentation.
Terminologies for rate limit endpoints
- Endpoint - A reference to a service, represented by a unique
endpointIdand the URL. - EndpointId - A unique ID got the endpoint, also referred to as
Idin the response, and included in therequestMatchingCriteriaof a rule. An example value isplatform-portal-doc. - URL - the base URL that appears in the endpoints, and does not contain path, query, or fragment portions. An example value is
https://platform.here.com
Updated last month