Dynatrace

Dynatrace provides best-in-class observability through an open, AI-powered platform. This connector contains the endpoints for the Dynatrace Problems interface.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Dynatrace Support
URL https://www.dynatrace.com/services-support/
Email microsoftalliances@dynatrace.com
Connector Metadata
Publisher Dynatrace
Website https://www.dynatrace.com/
Privacy policy https://www.dynatrace.com/company/trust-center/privacy/
Categories AI;Business Intelligence

Dynatrace is a leader in cloud observability, using AI and automation to monitor and optimize application performance, development, security, user experience, and more. Dynatrace’s Davis AI delivers precise root cause analysis of your environments’ most complex problems. Using the Dynatrace connector, you can utilize the insights from Dynatrace’s Problems, Security Problems, Events, and Metrics API to analyze your environment data to take any number of actions with the available connectors in Microsoft’s library. Learn more about Dynatrace’s APIs here.

Prerequisites

You will need the following to use the connector:

  • A Dynatrace Software Intelligence Platform. To get started click here

  • Generate an API access token to the Dynatrace Platform with the following scopes:

    • Read problems
    • Write problems
    • Read events
    • Ingest events
    • Read entites
    • Read security problems
  • Deploy OneAgent to at least application. There are example applications and workshops for launch applications with Azure on your tenant here

How to get credentials

  • You will need a Dynatrace tenant and an API key. Follow the instructions in the Prerequisites section to generate both.

Get started with your connector

  • Create a PowerApps, PowerAutomate Flow, or Logic App
  • While in the designer section of those objects, add the Dynatrace Connector.
  • You will need to enter your tenant URL and API key to start using the connector. Follow the instructions above to get both items.
    • The tenant URL you input should be in the format: abc123.dynatrace.com
    • The API key should be entered in the format: Api-Token dt1234.ABCDEFGH

Known issues and limitations

A user must have a Dynatrace Tenant in order to use this connector

Common errors and remedies

  • Make sure your inputted tenant is in the format "abc123.dynatrace.com"
  • If you are getting Auth errors, make sure you generated your API key with the proper scopes listed above

FAQ

Will be updated as questions are asked.

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring The API Key for this api (Api-Token dt1234.ABCDEFGH) True
Dynatrace Tenant string The url for your tenant. (abc123.dynatrace.com) True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get Entities

Gets the information about monitored entites

Get Entity By ID

Gets the Properties of the Specified Monitored Entity

Get Events

Lists events within the specified timeframe

Get Problem by ID

Gets the properties of the specified problem.

Get Problem Comment By Problem ID

Gets all comments on the specified problem

Get Problem Comment by Problem ID and Comment ID

Gets the specified comment on a problem.

Get Problems

Lists problems observed within the specified timeframe.

Get Security Problems

Lists all security Problems

Get Security Problems By ID

Get parameters of a security problems

Post Event Ingest

Ingests a custom event

Post Problem Comment

Adds a new comment on the specified Problem

Get Entities

Gets the information about monitored entites

Parameters

Name Key Required Type Description
Entity Selector
entitySelector True string

Defines the scope of the query. Only entities matching the specified criteria are included into response.

Time Range
from string

The start of the requested timeframe.

Returns

Name Path Type Description
totalCount
totalCount integer

Total Count

pageSize
pageSize integer

Page Size

nextPageKey
nextPageKey string

Next Page Key

entities
entities array of object

Entities

entityId
entities.entityId string

Entity ID

type
entities.type string

Entity Type

displayName
entities.displayName string

Entity Display Name

primaryIconType
entities.icon.primaryIconType string

Primary Icon Type

secondaryIconType
entities.icon.secondaryIconType string

Secondary Icon Type

customIconPath
entities.icon.customIconPath string

Custom Icon Path

firstSeenTms
entities.firstSeenTms integer

First Seen Times

lastSeenTms
entities.lastSeenTms integer

Last Seen Times

bitness
entities.properties.bitness integer

Bitness

monitoringMode
entities.properties.monitoringMode string

Monitoring Mode

osType
entities.properties.osType string

OS Type

osArchitecture
entities.properties.osArchitecture string

OS Architecture

networkZoneId
entities.properties.networkZoneId string

Network Zone Id

cpuCores
entities.properties.cpuCores integer

CPU Cores

tags
entities.tags array of object

Tags

context
entities.tags.context string

Tag Context

key
entities.tags.key string

Tag Key

value
entities.tags.value string

Tag Value

stringRepresentation
entities.tags.stringRepresentation string

Tag String Representation

managementZones
entities.managementZones array of object

Management Zones

id
entities.managementZones.id string

Management Zone ID

name
entities.managementZones.name string

Management Zone Name

isInstanceOf
entities.fromRelationships.isInstanceOf array of object

Is Instance Of

id
entities.fromRelationships.isInstanceOf.id string

Is Instance Of ID

type
entities.fromRelationships.isInstanceOf.type string

Is Instance Of Type

isDiskOf
entities.toRelationships.isDiskOf array of object

Is Disk Of

id
entities.toRelationships.isDiskOf.id string

Is Disk Of ID

type
entities.toRelationships.isDiskOf.type string

Is Disk Of Type

Get Entity By ID

Gets the Properties of the Specified Monitored Entity

Parameters

Name Key Required Type Description
Entity ID
entityId True string

The ID of the specified monitored entity

Returns

Name Path Type Description
entityId
entityId string

Entity ID

type
type string

Entity Type

displayName
displayName string

Entity Display Name

primaryIconType
icon.primaryIconType string

Primary Icon Type

secondaryIconType
icon.secondaryIconType string

Secondary Icon Type

customIconPath
icon.customIconPath string

Custom Icon Path

firstSeenTms
firstSeenTms integer

First Seen Times

lastSeenTms
lastSeenTms integer

Last Seen Times

properties.bitness string

Bitness

monitoringMode
properties.monitoringMode string

Monitoring Mode

osType
properties.osType string

OS Type

osArchitecture
properties.osArchitecture string

OS Architecture

networkZoneId
properties.networkZoneId string

Network Zone ID

cpuCores
properties.cpuCores integer

CPU Cores

ipAddress
properties.ipAddress array of string

IP Address

tags
tags array of object

Tags

context
tags.context string

Tag Context

key
tags.key string

Tag Key

value
tags.value string

Tag Value

stringRepresentation
tags.stringRepresentation string

Tag String Representation

managementZones
managementZones array of object

Management Zones

id
managementZones.id string

Management Zone ID

name
managementZones.name string

Management Zone Name

isInstanceOf
fromRelationships.isInstanceOf array of object

Is Instance Of

id
fromRelationships.isInstanceOf.id string

Is Instance Of ID

type
fromRelationships.isInstanceOf.type string

Is Instance Of Type

isDiskOf
toRelationships.isDiskOf array of object

Is Disk Of

id
toRelationships.isDiskOf.id string

Is Disk Of ID

type
toRelationships.isDiskOf.type string

Is Disk Of Type

Get Events

Lists events within the specified timeframe

Parameters

Name Key Required Type Description
Time Frame
from string

The start of the requested timeframe.

Returns

Name Path Type Description
warnings
warnings array of string

Warnings

events
events array of object

Events

underMaintenance
events.underMaintenance boolean

Under Maintenance

suppressAlert
events.suppressAlert boolean

Suppress Alert

suppressProblem
events.suppressProblem boolean

Suppress Problem

frequentEvent
events.frequentEvent boolean

Frequent Event

properties
events.properties array of object

Properties

value
events.properties.value string

Property Value

key
events.properties.key string

Property Key

correlationId
events.correlationId string

Correlation ID

status
events.status string

Status

startTime
events.startTime integer

Start Time

endTime
events.endTime integer

End Time

title
events.title string

Title

eventType
events.eventType string

Event Type

managementZones
events.managementZones array of object

Management Zones

name
events.managementZones.name string

Management Zone Name

id
events.managementZones.id string

Management Zone ID

eventId
events.eventId string

Event ID

entityTags
events.entityTags array of object

Entity Tags

stringRepresentation
events.entityTags.stringRepresentation string

Entity Tag String Representation

value
events.entityTags.value string

Entity Tag Value

key
events.entityTags.key string

Entity Tag Key

context
events.entityTags.context string

Entity Tag Context

id
events.entityId.entityId.id string

Entity ID

type
events.entityId.entityId.type string

Entity Type

name
events.entityId.name string

Entity Name

nextPageKey
nextPageKey string

Next Page Key

totalCount
totalCount integer

Total Count

pageSize
pageSize integer

Page Size

Get Problem by ID

Gets the properties of the specified problem.

Parameters

Name Key Required Type Description
Problem ID
problem_id True string

The ID of the required problem

Returns

Name Path Type Description
details
evidenceDetails.details array of object

Details

evidenceType
evidenceDetails.details.evidenceType string

Evidence Type

displayName
evidenceDetails.details.displayName string

Display Name

id
evidenceDetails.details.entity.entityId.id string

Evidence Entity ID

type
evidenceDetails.details.entity.entityId.type string

Evidence Entity Type

name
evidenceDetails.details.entity.name string

Evidence Entity Name

id
evidenceDetails.details.groupingEntity.entityId.id string

Grouping Entity ID

type
evidenceDetails.details.groupingEntity.entityId.type string

Grouping Entity Type

name
evidenceDetails.details.groupingEntity.name string

Grouping Entity Name

rootCauseRelevant
evidenceDetails.details.rootCauseRelevant boolean

Root Cause Relevant

startTime
evidenceDetails.details.startTime integer

Evidence Details Start Time

totalCount
evidenceDetails.totalCount integer

Evidence Details Total Count

comments
recentComments.comments array of object

Comments

authorName
recentComments.comments.authorName string

Recent Comments Author Name

createdAtTimestamp
recentComments.comments.createdAtTimestamp integer

Recent Comments Created At Timestamp

context
recentComments.comments.context string

Recent Comments Context

id
recentComments.comments.id string

Recent Comments ID

content
recentComments.comments.content string

Recent Comments Content

pageSize
recentComments.pageSize integer

Recent Comments Page Size

nextPageKey
recentComments.nextPageKey string

Recent Comments Next Page Key

totalCount
recentComments.totalCount integer

Recent Comments Total Count

displayId
linkedProblemInfo.displayId string

Linked Problem Display ID

problemId
linkedProblemInfo.problemId string

Linked Problem ID

id
rootCauseEntity.entityId.id string

Root Cause Entity ID

type
rootCauseEntity.entityId.type string

Root Cause Entity Type

name
rootCauseEntity.name string

Root Cause Entity Name

impactedEntities
impactedEntities array of object

Impacted Entities

id
impactedEntities.entityId.id string

Impacted Entity ID

type
impactedEntities.entityId.type string

Impacted Entity Type

name
impactedEntities.name string

Impacted Entity Name

impacts
impactAnalysis.impacts array of object

Impacts

impactType
impactAnalysis.impacts.impactType string

Impact Type

id
impactAnalysis.impacts.impactedEntity.entityId.id string

Impacted Entity ID

type
impactAnalysis.impacts.impactedEntity.entityId.type string

Impacted Entity Type

name
impactAnalysis.impacts.impactedEntity.name string

Impacted Entity Name

estimatedAffectedUsers
impactAnalysis.impacts.estimatedAffectedUsers integer

Estimated Affected Users

problemFilters
problemFilters array of object

Problem Filters

name
problemFilters.name string

Problem Filters Name

id
problemFilters.id string

Problem Filters ID

impactLevel
impactLevel string

Impact Level

displayId
displayId string

Display ID

affectedEntities
affectedEntities array of object

Affected Entities

id
affectedEntities.entityId.id string

Affected Entity ID

type
affectedEntities.entityId.type string

Affected Entity Type

name
affectedEntities.name string

Affected Entity Name

managementZones
managementZones array of object

Management Zones

name
managementZones.name string

Management Zone Name

id
managementZones.id string

Management Zone ID

severityLevel
severityLevel string

Severity Level

entityTags
entityTags array of object

Entity Tags

stringRepresentation
entityTags.stringRepresentation string

Entity Tag String Representation

value
entityTags.value string

Entity Tag Value

key
entityTags.key string

Entity Tag Key

context
entityTags.context string

Entity Tag Context

problemId
problemId string

Problem ID

status
status string

Status

startTime
startTime integer

Start Time

endTime
endTime integer

End Time

title
title string

Title

Get Problem Comment By Problem ID

Gets all comments on the specified problem

Parameters

Name Key Required Type Description
Problem ID
problemId True string

Problem ID

Returns

Get Problem Comment by Problem ID and Comment ID

Gets the specified comment on a problem.

Parameters

Name Key Required Type Description
Problem ID
problemId True string

The ID of the required problem

Comment ID
commentId True string

The ID of the required comment

Returns

Name Path Type Description
id
id string

Comment ID

createdAtTimestamp
createdAtTimestamp integer

Created At Timestamp

content
content string

Comment Content

authorName
authorName string

Comment Author Name

Get Problems

Lists problems observed within the specified timeframe.

Parameters

Name Key Required Type Description
Time Range
from string

Range of the query. Example: 'now-1d'

Returns

Name Path Type Description
totalCount
totalCount integer

Total Count

pageSize
pageSize integer

Page Size

nextPageKey
nextPageKey string

Next Page Key

problems
problems array of object

Problems

affectedEntities
problems.affectedEntities array of object

Affected Entities

id
problems.affectedEntities.entityId.id string

Affected Entity ID

type
problems.affectedEntities.entityId.type string

Affected Entity Type

name
problems.affectedEntities.name string

Affected Entity Name

displayId
problems.displayId string

Display ID

impactedEntities
problems.impactedEntities array of object

Impacted Entities

id
problems.impactedEntities.entityId.id string

Impacted Entity ID

type
problems.impactedEntities.entityId.type string

Impacted Entity Type

name
problems.impactedEntities.name string

Impacted Entity Name

displayId
problems.linkedProblemInfo.displayId string

Linked Problem Display ID

problemId
problems.linkedProblemInfo.problemId string

Linked Problem ID

problemFilters
problems.problemFilters array of object

Problem Filters

name
problems.problemFilters.name string

Problem Filter Name

id
problems.problemFilters.id string

Problem Filter ID

totalCount
problems.evidenceDetails.totalCount integer

Total Count

details
problems.evidenceDetails.details array of object

Details

evidenceType
problems.evidenceDetails.details.evidenceType string

Evidence Type

displayName
problems.evidenceDetails.details.displayName string

Display Name

id
problems.evidenceDetails.details.entity.entityId.id string

Evidence Details Entity ID

type
problems.evidenceDetails.details.entity.entityId.type string

Evidence Details Entity Type

name
problems.evidenceDetails.details.entity.name string

Evidence Details Entity Name

id
problems.evidenceDetails.details.groupingEntity.entityId.id string

Grouping Entity ID

type
problems.evidenceDetails.details.groupingEntity.entityId.type string

Grouping Entity Type

name
problems.evidenceDetails.details.groupingEntity.name string

Grouping Entity Name

rootCauseRelevant
problems.evidenceDetails.details.rootCauseRelevant boolean

Root Cause Relevant

startTime
problems.evidenceDetails.details.startTime integer

Evidence Details StartTime

comments
problems.recentComments.comments array of object

Comments

createdAtTimestamp
problems.recentComments.comments.createdAtTimestamp integer

Comment Created At Timestamp

authorName
problems.recentComments.comments.authorName string

Comment Author Name

context
problems.recentComments.comments.context string

Comment Context

id
problems.recentComments.comments.id string

Comment ID

content
problems.recentComments.comments.content string

Comment Content

pageSize
problems.recentComments.pageSize integer

PageSize

nextPageKey
problems.recentComments.nextPageKey string

Next Page Key

totalCount
problems.recentComments.totalCount integer

Total Count

impacts
problems.impactAnalysis.impacts array of object

Impacts

impactType
problems.impactAnalysis.impacts.impactType string

Impact Type

id
problems.impactAnalysis.impacts.impactedEntity.entityId.id string

Impacted Entity ID

type
problems.impactAnalysis.impacts.impactedEntity.entityId.type string

Impacted Entity Type

name
problems.impactAnalysis.impacts.impactedEntity.name string

Impacted Entity Name

estimatedAffectedUsers
problems.impactAnalysis.impacts.estimatedAffectedUsers integer

Estimated Affected Users

id
problems.rootCauseEntity.entityId.id string

Root Cause Entity ID

type
problems.rootCauseEntity.entityId.type string

Root Cause Type

name
problems.rootCauseEntity.name string

Root Cause Entity Name

managementZones
problems.managementZones array of object

Management Zones

name
problems.managementZones.name string

Management Zone Name

id
problems.managementZones.id string

Management Zone ID

severityLevel
problems.severityLevel string

Severity Level

entityTags
problems.entityTags array of object

Entity Tags

stringRepresentation
problems.entityTags.stringRepresentation string

Entity Tag String Representation

value
problems.entityTags.value string

Entity Tag Value

key
problems.entityTags.key string

Entity Tag Key

context
problems.entityTags.context string

Entity Tag Context

problemId
problems.problemId string

Problem ID

impactLevel
problems.impactLevel string

Impact Level

status
problems.status string

Status

startTime
problems.startTime integer

Start Time

endTime
problems.endTime integer

End Time

title
problems.title string

Title

warnings
warnings array of string

Warnings

Get Security Problems

Lists all security Problems

Parameters

Name Key Required Type Description
Security Problem Selector
securityProblemSelector string

Defines scope of the query. Only security problems matching the specified criteria are included in the response

Time Range
from string

The start of the requested timeframe

Returns

Name Path Type Description
totalCount
totalCount integer

Total Count

pageSize
pageSize integer

Page Size

nextPageKey
nextPageKey string

Next Page Key

securityProblems
securityProblems array of object

Security Problems

securityProblemId
securityProblems.securityProblemId string

Security Problem ID

displayId
securityProblems.displayId string

Display ID

status
securityProblems.status string

Status

muted
securityProblems.muted boolean

Muted

externalVulnerabilityId
securityProblems.externalVulnerabilityId string

External Vulnerability ID

vulnerabilityType
securityProblems.vulnerabilityType string

Vulnerability Type

title
securityProblems.title string

Title

packageName
securityProblems.packageName string

Package Name

url
securityProblems.url string

URL

technology
securityProblems.technology string

Technology

firstSeenTimestamp
securityProblems.firstSeenTimestamp integer

First Seen Timestamp

lastUpdatedTimestamp
securityProblems.lastUpdatedTimestamp integer

Last Updated Timestamp

riskLevel
securityProblems.riskAssessment.riskLevel string

Risk Level

riskScore
securityProblems.riskAssessment.riskScore integer

Risk Score

riskVector
securityProblems.riskAssessment.riskVector string

Risk Vector

baseRiskLevel
securityProblems.riskAssessment.baseRiskLevel string

Base Risk Level

baseRiskScore
securityProblems.riskAssessment.baseRiskScore integer

Base Risk Score

baseRiskVector
securityProblems.riskAssessment.baseRiskVector string

Base Risk Vector

exposure
securityProblems.riskAssessment.exposure string

Exposure

dataAssets
securityProblems.riskAssessment.dataAssets string

Data Assets

publicExploit
securityProblems.riskAssessment.publicExploit string

Public Exploit

vulnerableFunctionUsage
securityProblems.riskAssessment.vulnerableFunctionUsage string

Vulnerable Function Usage

managementZones
securityProblems.managementZones array of object

Management Zones

name
securityProblems.managementZones.name string

Management Zone Name

id
securityProblems.managementZones.id string

Management Zone ID

cveIds
securityProblems.cveIds array of string

CVE IDs

Get Security Problems By ID

Get parameters of a security problems

Parameters

Name Key Required Type Description
Secuirty Problem ID
id True string

The ID of the specified security problem

Fields
fields string

A list of additional security problem properties you can add to the response. To add properties, specify them in a comma separated list and prefix each property with a plus (for example, +riskAssessment,+managementZones).

Returns

Name Path Type Description
securityProblemId
securityProblemId string

Security Problem ID

displayId
displayId string

Display ID

status
status string

Status

muted
muted boolean

Muted

externalVulnerabilityId
externalVulnerabilityId string

External Vulnerability ID

vulnerabilityType
vulnerabilityType string

Vulnerability Type

title
title string

Title

packageName
packageName string

Package Name

url
url string

URL

description
description string

Description

technology
technology string

Technology

firstSeenTimestamp
firstSeenTimestamp integer

First Seen Timestamp

lastUpdatedTimestamp
lastUpdatedTimestamp integer

Last Updated Timestamp

riskLevel
riskAssessment.riskLevel string

Risk Level

riskAssessment.riskScore float

Risk Score

riskVector
riskAssessment.riskVector string

Risk Vector

baseRiskLevel
riskAssessment.baseRiskLevel string

Base Risk Level

riskAssessment.baseRiskScore float

Base Risk Score

baseRiskVector
riskAssessment.baseRiskVector string

Base Risk Vector

exposure
riskAssessment.exposure string

Exposure

dataAssets
riskAssessment.dataAssets string

Data Assets

publicExploit
riskAssessment.publicExploit string

Public Exploit

vulnerableFunctionUsage
riskAssessment.vulnerableFunctionUsage string

Vulnerable Function Usage

managementZones
managementZones array of object

Management Zones

name
managementZones.name string

Management Zone Name

id
managementZones.id string

Managment Zone ID

cveIds
cveIds array of string

CVE IDs

events
events array of object

Events

timestamp
events.timestamp integer

Event Timestamp

reason
events.reason string

Event Reason

numberOfAffectedEntities
events.riskAssessmentSnapshot.numberOfAffectedEntities integer

Number Of Affected Entities

numberOfReachableDataAssets
events.riskAssessmentSnapshot.numberOfReachableDataAssets integer

Number Of Reachable Data Assets

publicExploit
events.riskAssessmentSnapshot.publicExploit string

Public Exploit

exposure
events.riskAssessmentSnapshot.exposure string

Exposure

vulnerableFunctionUsage
events.riskAssessmentSnapshot.vulnerableFunctionUsage string

Vulnerable Function Usage

user
events.muteState.user string

Mute State User

reason
events.muteState.reason string

Mute State Reason

comment
events.muteState.comment string

Mute State Comment

vulnerableComponents
vulnerableComponents array of object

Vulnerable Components

id
vulnerableComponents.id string

Vulnerable Components ID

displayName
vulnerableComponents.displayName string

Vulnerable Componenets Display Name

fileName
vulnerableComponents.fileName string

Vulnerable Components File Name

numberOfAffectedEntities
vulnerableComponents.numberOfAffectedEntities integer

Vulnerable Components Number Of Affected Entities

affectedEntities
vulnerableComponents.affectedEntities array of string

Affected Entities

affectedEntities
affectedEntities array of string

Affected Entities

exposedEntities
exposedEntities array of string

Exposed Entities

reachableDataAssets
reachableDataAssets array of string

Reachable Data Assets

applications
relatedEntities.applications array of object

Applications

id
relatedEntities.applications.id string

Application ID

numberOfAffectedEntities
relatedEntities.applications.numberOfAffectedEntities integer

Application Number Of Affected Entities

affectedEntities
relatedEntities.applications.affectedEntities array of string

Application Affected Entities

services
relatedEntities.services array of object

Services

id
relatedEntities.services.id string

Service ID

numberOfAffectedEntities
relatedEntities.services.numberOfAffectedEntities integer

Service Number Of Affected Entities

affectedEntities
relatedEntities.services.affectedEntities array of string

Service Affected Entities

exposure
relatedEntities.services.exposure string

Exposure

hosts
relatedEntities.hosts array of object

Hosts

id
relatedEntities.hosts.id string

Host ID

numberOfAffectedEntities
relatedEntities.hosts.numberOfAffectedEntities integer

Host Number Of Affected Entities

affectedEntities
relatedEntities.hosts.affectedEntities array of string

Host Affected Entities

databases
relatedEntities.databases array of string

Databases

kubernetesWorkloads
relatedEntities.kubernetesWorkloads array of object

Kubernetes Workloads

id
relatedEntities.kubernetesWorkloads.id string

Kubernetes Workload ID

numberOfAffectedEntities
relatedEntities.kubernetesWorkloads.numberOfAffectedEntities integer

Kubernetes Workload Number Of Affected Entities

affectedEntities
relatedEntities.kubernetesWorkloads.affectedEntities array of string

Kubernetes Workload Affected Entities

kubernetesClusters
relatedEntities.kubernetesClusters array of object

Kubernetes Clusters

id
relatedEntities.kubernetesClusters.id string

Kubernetes Cluster ID

numberOfAffectedEntities
relatedEntities.kubernetesClusters.numberOfAffectedEntities integer

Kubernetes Cluder Number Of Affected Entities

affectedEntities
relatedEntities.kubernetesClusters.affectedEntities array of string

Kubernetes Cluster Affected Entities

containerImages
relatedContainerImages.containerImages array of object

Container Images

imageId
relatedContainerImages.containerImages.imageId string

Related Container Image ID

imageName
relatedContainerImages.containerImages.imageName string

Related Container Image Name

numberOfAffectedEntities
relatedContainerImages.containerImages.numberOfAffectedEntities integer

Related Container Number Of Affected Entities

affectedEntities
relatedContainerImages.containerImages.affectedEntities array of string

Related Container Affected Entities

muteStateChangeInProgress
muteStateChangeInProgress boolean

Mute State Change In Progress

Post Event Ingest

Ingests a custom event

Parameters

Name Key Required Type Description
eventType
eventType True string

Event Type

title
title True string

Title

startTime
startTime string

Start Time

endTime
endTime string

End Time

timeout
timeout integer

Timeout

entitySelector
entitySelector string

Entity Selector

properties
properties object

Properties

Returns

Post Problem Comment

Adds a new comment on the specified Problem

Parameters

Name Key Required Type Description
Problem ID
problemId True string

Problem ID

message
message string

Message

context
context string

Context

Returns