Authentication

Authenticate

Before You Begin

  • OData APIs are hosted as a part of GE Digital 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 GE Digital 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.
AttributesValues
Resource URL{{host}}/meridium/api/core/security/login
HTTP MethodPOST
PropertyDescription
DatasourceIdThe name of the data source configured in the GE Digital APM instance
IdThe username for the GE Digital APM instance
PasswordThe password for the username
{
"DatasourceId":{data_source_id},
"Id":{apm_user_id},
"Password":{apm_user_pwd}
}