跳到主要内容
版本: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
  • ]
GET /v1/projects/:project/environments/:environment/resources/:resource/graph

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
project — path required
environment — path required
resource — path required
withoutKeys — query
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/environments/:environment/resources/:resource/graph' \
-H 'Accept: application/json'