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

Get basic information for dashboards.

Get basic information for dashboards.

Get basic information for dashboards.

Query Parameters
    withResourceComponent boolean
    withResourceRevision boolean
Responses

OK


Schema
    connector integer required
    environment integer required
    project integer required
    resource integer required
    resourceComponent integer
    resourceRevision integer
    service integer required
GET /v1/dashboards/_/basic-information

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
withResourceComponent — query
withResourceRevision — query
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/dashboards/_/basic-information' \
-H 'Accept: application/json'