Skip to main content

Retrieve owned resources

GET 

/api/v2/ownedresources

Retrieve owned resources

Request

Query Parameters

    owner string

    Resource owner

    scope string

    Scope of the resources to retrieve

    workspace string

    Workspace of the rsources to retrieve

Responses

Contains list of owned resources

Schema

  • Array [

  • kind stringrequired
    name stringrequired
    workspace stringrequired
  • ]

Loading...