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

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

Get keys for a resource component.

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

Path Parameters
    project string required
    environment string required
    resource string required
    resourcecomponent string required
Responses

OK


Schema
    keys object[]
  • Array [
  • executable boolean
    keys object[]
  • Array [
  • executable boolean
    keys undefined[]
    loggable boolean
    name string required
    value string
  • ]
  • loggable boolean
    name string required
    value string
  • ]
  • labels string[]
GET /v1/projects/:project/environments/:environment/resources/:resource/components/:resourcecomponent/keys

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
resourcecomponent — path required
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/environments/:environment/resources/:resource/components/:resourcecomponent/keys' \
-H 'Accept: application/json'