Returns the connection mapping of a Location, i.e. the credentials (username and password) and the payload format that must be used to establish the connection with the cloud on behalf of that location.
It is typically used to configure a gateway installed on site that publishes the data of all the things of that location.
Required permissions: READ_LOCATION, READ_CONNECTION_MAPPING.
The name of the tenant (e.g. acme).
The location identifier.
Successful operation.
The username required to establish the connection with the cloud.
The password required to establish the connection with the cloud.
The payload format of the messages exchanged with the cloud (default JSON).
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.