Skip to main content

List all resources

Lists all the resources from all the organizations in a Frontier instance. It can be filtered by user, project, organization and namespace.

Query Parameters
    userId string

    The user id to filter by.

    projectId string

    The project id to filter by.

    organizationId string

    The organization id to filter by.

    namespace string

    The namespace to filter by.

Responses

A successful response.


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

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

    createdAt date-time

    The time the resource was created.

    updatedAt date-time

    The time the resource was last updated.

    urn string
    projectId string
    namespace string
    principal string
    metadata object
    title string
  • ]
GET /v1beta1/admin/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
userId — query
projectId — query
organizationId — query
namespace — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/admin/resources' \
-H 'Accept: application/json'