Event Metric Mapping
Last updated
Last updated
Get all event metric mappings for a specific entity.
/entities/{entityId}/eventMetricMapping
The ID of the entity.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Create a new event metric mapping for an entity.
/entities/{entityId}/eventMetricMapping
The ID of the entity.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Retrieve event metric mapping details based on entity ID and event name.
/entities/{entityId}/eventMetricMapping/eventName/{eventName}
The ID of the entity.
exampleEntityId
The name of the event.
exampleEventName
Update event metric mapping details based on entity ID and event name.
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/update
The ID of the entity.
exampleEntityId
The name of the event.
exampleEventName
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Delete event metric mapping based on entity ID and event name.
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/delete
The ID of the entity.
exampleEntityId
The name of the event.
exampleEventName
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Remove specified metrics from an event metric mapping based on entity ID and event name.
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/remove-metrics
The ID of the entity.
exampleEntityId
The name of the event.
exampleEventName
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Create multiple event metric mappings.
/create-many/eventMetricMapping
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token