Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Create a new E2M

POSThttps://api.coralogix.com/mgmt/openapi/3/events2metrics/events2metrics/v2

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json
    oneOf
    description#string
    Example: avg and max the latency of catalog service
    name#stringrequired
    Example: Service catalog latency
    permutationsLimit#int32
    Example: 30000
    type#E2MType

    Possible values: [E2M_TYPE_UNSPECIFIED, E2M_TYPE_LOGS2METRICS, E2M_TYPE_SPANS2METRICS]

Response

application/json
    e2m#objectoneOf
    e2m.createTime#string
    Example: 2022-06-30T12:30:00Z'
    e2m.description#string
    Example: avg and max the latency of catalog service
    e2m.id#string

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    Example: d6a3658e-78d2-47d0-9b81-b2c551f01b09
    e2m.isInternal#boolean
    e2m.name#stringrequired
    Example: Service_catalog_latency
    e2m.type#E2MTyperequired

    Possible values: [E2M_TYPE_UNSPECIFIED, E2M_TYPE_LOGS2METRICS, E2M_TYPE_SPANS2METRICS]

    e2m.updateTime#string
    Example: 2022-06-30T12:30:00Z'