Skip to main content

Get resource

Returns a project resource by ID

Path Parameters
    project_id string required
    id string required
Responses

A successful response.


Schema
    resource object
    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/:id

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
id — path required
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/projects/:project_id/resources/:id' \
-H 'Accept: application/json'