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

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

Get endpoints for a resource.

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

Path Parameters
    project string required
    environment string required
    resource string required
Query Parameters
    watch boolean
Responses

OK


Schema
  • Array [
  • name string required
    url string required
  • ]
GET /v1/projects/:project/environments/:environment/resources/:resource/endpoints

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