List Measure Producers

GET https://{{axpDomain}}/api/analytics/producer-management/v1beta/accounts/:accountId/measure-producers?processorType=ITD

Retrieve the list of all the registered measure producers for the given parameters. Each measureProducer object contains high level information such as the source and version. Detailed information such as the measures sets are omitted to limit the size of the response. To get detailed information regarding a measureProducer, refer to GET /v1beta/accounts/{accountId}/measure-producers/{measureProducerId}

Request Params

KeyDatatypeRequiredDescription
processorTypestringPossible values include: ITD, JRNL, ADM, CDR and more.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"measureProducerId":"AgentByChannel_itd_1.0.0","measureProducerName":"AgentByChannel","processorType":"ITD","description":"Avaya Experience Platform™ metrics","version":"1.0.0","measureSets":[{"keys":["agentId","channelId"],"measures":[{"name":"agentId","type":"STRING","displayName":"Agent Id","active":true}]}]}]