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

Get connectors of a project.

Get connectors.

Get connectors of a project.

Path Parameters
    project string required
Query Parameters
    sort string[]
    applicableEnvironmentType string
    withGlobal boolean
    page integer

    Default value: 1

    extract string[]
    perPage integer

    Default value: 100

    query string
    type string
    category string
    watch boolean
Responses

OK


Schema
    items object[]
  • Array [
  • applicableEnvironmentType string
    category string
    configData object
    property name* object
    value byte
    visible boolean required
    configVersion string
    createTime date-time
    description string
    enableFinOps boolean
    finOpsCustomPricing object
    cpu string required
    gpu string required
    ram string required
    spotCPU string required
    spotGPU string required
    spotRAM string required
    storage string required
    id string
    labels object
    property name* string
    name string
    project object
    createTime date-time
    description string
    id string
    labels object
    property name* string
    name string
    updateTime date-time
    status object
    conditions object[]
  • Array [
  • lastUpdateTime date-time
    message string
    reason string required
    status string
    type string
  • ]
  • error boolean
    inactive boolean
    summaryStatus string
    summaryStatusMessage string
    transitioning boolean
    warning boolean
    type string
    updateTime date-time
  • ]
  • pagination object
    nextPage integer
    page integer
    partial integer
    perPage integer
    total integer
    totalPage integer
    type string
GET /v1/projects/:project/connectors

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
sort — query
applicableEnvironmentType — query
withGlobal — query
page — query
extract — query
perPage — query
query — query
type — query
category — query
watch — query
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/connectors' \
-H 'Accept: application/json'