Skip to main content

Get all resources

Get all resources

Path Parameters
    project_id string required
Query Parameters
    namespace string
Responses

A successful response.


Schema
    resources object[]
  • Array [
  • id string
    name string

    Name of the resource. Must be unique within the project.

    created_at date-time

    The time the resource was created.

    updated_at date-time

    The time the resource was last updated.

    urn string
    project_id string
    namespace string
    principal string
    metadata object
    title string
  • ]
GET /v1beta1/projects/:project_id/resources

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
project_id — path required
namespace — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/projects/:project_id/resources' \
-H 'Accept: application/json'