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

Get basic information for dashboards.

Get basic information for dashboards.

Get basic information for dashboards.

Query Parameters
    withResourceRun boolean
    withResourceComponent boolean
Responses

OK


Schema
    connector integer required
    environment integer required
    project integer required
    resource integer required
    resourceComponent integer
    resourceRun integer
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
withResourceRun — query
withResourceComponent — query
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/dashboards/_/basic-information' \
-H 'Accept: application/json'