Before You Begin
- OData APIs are hosted as a part of APM Web API service.
- The Meridium Core (Foundation) license is required to use the OData functionalities.
Note: For more information on OData, refer to the OData documentation.
About This Task
You must authenticate OData requests to the APM database. You can use a Meridium token for the APM environment. To generate the Meridium token, you must make a HTTP POST call to the Login API.Procedure
Use your credentials to generate a Meridium token.
Attributes | Values |
---|
Resource URL | {{host}}/meridium/api/core/security/login |
HTTP Method | POST |
Property | Description |
---|
DatasourceId | The name of the data source configured in the APM instance |
Id | The username for the APM instance |
Password | The password for the username |
{
"DatasourceId":{data_source_id},
"Id":{apm_user_id},
"Password":{apm_user_pwd}
}