Skip to main content
Version: v0.6

Get graph for a resource of an environment that belongs to a project.

Get graph for a resource.

Get graph for a resource of an environment that belongs to a project.

Path Parameters
    project string required
    environment string required
    resource string required
Query Parameters
    withoutKeys boolean
Responses

OK


Schema
    edges object[] required
  • Array [
  • end object required
    id object
    kind string required
    start object required
    id object
    kind string required
    type string required
  • ]
  • vertices object[] required
  • Array [
  • createTime date-time
    description string
    extensions object
    property name* object
    icon string
    id object
    kind string required
    labels object
    property name* string
    name string
    status object
    error boolean
    inactive boolean
    summaryStatus string
    summaryStatusMessage string
    transitioning boolean
    warning boolean
    updateTime date-time
  • ]
Loading...