Dynatrace · Arazzo Workflow

Dynatrace Map an Entity's Dependencies

Version 1.0.0

List entities matching a selector and expand the top match with its relationships.

1 workflow 1 source API 1 provider
View Spec View on GitHub AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows

Provider

dynatrace

Workflows

entity-dependency-map
List entities by selector and expand the top match's relationships.
Lists entities matching the selector with tags and relationships, then reads the first entity in full to expose its dependency graph.
2 steps inputs: entitySelector, from outputs: entityId, entityType, matchedCount
1
listEntities
List entities matching the selector, requesting properties, tags, management zones, and relationships so the topology is included.
2
expandEntity
Retrieve the first matched entity in full detail, including its upstream (toRelationships) and downstream (fromRelationships) dependencies.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dynatrace Map an Entity's Dependencies
  summary: List entities matching a selector and expand the top match with its relationships.
  description: >-
    Builds a dependency view for monitored infrastructure. The workflow lists
    entities matching a selector enriched with tags and relationships, then
    retrieves the first matched entity in full detail including its upstream and
    downstream relationships for topology mapping. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: entitiesApi
  url: ../openapi/dynatrace-entities-api-openapi.yml
  type: openapi
workflows:
- workflowId: entity-dependency-map
  summary: List entities by selector and expand the top match's relationships.
  description: >-
    Lists entities matching the selector with tags and relationships, then
    reads the first entity in full to expose its dependency graph.
  inputs:
    type: object
    required:
    - entitySelector
    properties:
      entitySelector:
        type: string
        description: The entity selector scoping the list (e.g. type(SERVICE),tag(prod)).
      from:
        type: string
        description: Start of the entity-discovery time range (e.g. now-7d).
  steps:
  - stepId: listEntities
    description: >-
      List entities matching the selector, requesting properties, tags,
      management zones, and relationships so the topology is included.
    operationId: listEntities
    parameters:
    - name: entitySelector
      in: query
      value: $inputs.entitySelector
    - name: fields
      in: query
      value: +properties,+tags,+managementZones,+fromRelationships,+toRelationships
    - name: from
      in: query
      value: $inputs.from
    - name: pageSize
      in: query
      value: 100
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      totalCount: $response.body#/totalCount
      entityId: $response.body#/entities/0/entityId
      displayName: $response.body#/entities/0/displayName
  - stepId: expandEntity
    description: >-
      Retrieve the first matched entity in full detail, including its upstream
      (toRelationships) and downstream (fromRelationships) dependencies.
    operationId: getEntity
    parameters:
    - name: entityId
      in: path
      value: $steps.listEntities.outputs.entityId
    - name: fields
      in: query
      value: +properties,+tags,+fromRelationships,+toRelationships
    - name: from
      in: query
      value: $inputs.from
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      entityId: $response.body#/entityId
      type: $response.body#/type
      toRelationships: $response.body#/toRelationships
      fromRelationships: $response.body#/fromRelationships
  outputs:
    matchedCount: $steps.listEntities.outputs.totalCount
    entityId: $steps.expandEntity.outputs.entityId
    entityType: $steps.expandEntity.outputs.type

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/dynatrace-entity-dependency-map-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.