跳到主要内容
版本:v0.6

Get a perspective.

Get a perspective.

Get a perspective.

Path Parameters
    perspective string required
Responses

OK


Schema
    builtin boolean
    costQueries object[]
  • Array [
  • filters array[]
    groupBy string
    paging object
    page integer
    perPage integer
    query string required
    sharedOptions object
    idle object
    sharingStrategy string
    item object[]
  • Array [
  • filters array[]
    sharingStrategy string
  • ]
  • management object
    sharingStrategy string
    step string
  • ]
  • createTime date-time
    description string
    endTime string
    id string
    labels object
    property name* string
    name string
    startTime string
    updateTime date-time
GET /v1/perspectives/:perspective

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
perspective — path required
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/perspectives/:perspective' \
-H 'Accept: application/json'