Skip to main content

Retrieve discovery audit report

GET 

/api/v1/discovery-audit

This report shows you recent changes in your environment that aren't reflected in Cortex, including newly created repositories, services, and resources that we discover from your integrations or which were deleted in the environment but corresponding Cortex entities are still present.

Request

Query Parameters

    type string

    Possible values: [NEW_REPOSITORY, REPOSITORY_DELETED, REPOSITORY_ARCHIVED, NEW_K8S_RESOURCE, NEW_APM_RESOURCE, APM_RESOURCE_NOT_DETECTED, NEW_ECS_RESOURCE, ECS_RESOURCE_NOT_DETECTED, NEW_AWS_RESOURCE, AWS_RESOURCE_NOT_DETECTED, NEW_GOOGLE_CLOUD_RESOURCE, GOOGLE_CLOUD_RESOURCE_NOT_DETECTED, NEW_AZURE_RESOURCE, AZURE_RESOURCE_NOT_DETECTED]

    Filter based on type of the event

    source string

    Possible values: [AWS, AZURE_DEVOPS, AZURE_RESOURCES, BITBUCKET, DATADOG, DYNATRACE, ECS, GCP, GITHUB, GITLAB, INSTANA, K8S, LIGHTSTEP, LAMBDA, NEWRELIC, SERVICENOW]

    Filter based on integration source

    includeIgnored boolean

    Flag to include ignored events in result

Responses

Successfully retrieved discovery audit report

Schema

    events

    object[]

    required

  • Array [

  • entity

    object

    Related Cortex entity

    description string

    Description of the entity visible in the catalog. This may contain markdown.

    name stringrequired

    Human-readable name for the entity

    tag stringrequired

    Unique identifier for the entity. Corresponds to the x-cortex-tag field in the entity descriptor.

    type stringrequired

    Type of the entity. Corresponds to the x-cortex-type field in the entity descriptor or 'service' for services.

    isIgnored booleanrequired

    Specifies whether discovered event is marked as ignored

    mappingKey

    object

    required

    Mapping key of the event. Its schema is dependent on the source

    source stringrequired

    Possible values: [AWS, AZURE_DEVOPS, AZURE_RESOURCES, BITBUCKET, DATADOG, DYNATRACE, ECS, GCP, GITHUB, GITLAB, INSTANA, K8S, LIGHTSTEP, LAMBDA, NEWRELIC, SERVICENOW]

    Integration source

    type stringrequired

    Possible values: [NEW_REPOSITORY, REPOSITORY_DELETED, REPOSITORY_ARCHIVED, NEW_K8S_RESOURCE, NEW_APM_RESOURCE, APM_RESOURCE_NOT_DETECTED, NEW_ECS_RESOURCE, ECS_RESOURCE_NOT_DETECTED, NEW_AWS_RESOURCE, AWS_RESOURCE_NOT_DETECTED, NEW_GOOGLE_CLOUD_RESOURCE, GOOGLE_CLOUD_RESOURCE_NOT_DETECTED, NEW_AZURE_RESOURCE, AZURE_RESOURCE_NOT_DETECTED]

    Type of the event

  • ]

Loading...