Skip to main content

ServiceTopologyResponse

dependencies object[]required
  • Array [
  • sourcestringnullablerequired

    Source service name

    targetstringnullablerequired

    Target service name

    span_namestringnullablerequired

    Span name for this dependency

    relationship_typestringnullablerequired

    Type of relationship

    methodstringnullablerequired

    HTTP/RPC method if applicable

    first_seenstring<date-time>nullablerequired

    When the dependency was first seen

    last_noticedstring<date-time>nullablerequired

    When the dependency was last noticed

  • ]
  • ServiceTopologyResponse
    {
    "dependencies": [
    {
    "source": "string",
    "target": "string",
    "span_name": "string",
    "relationship_type": "string",
    "method": "string",
    "first_seen": "2024-07-29T15:51:28.071Z",
    "last_noticed": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    Was this page helpful?