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
- 200
- 500
Contains list of owned resources
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
kind stringrequired
name stringrequired
workspace stringrequired
[
{
"kind": "string",
"name": "string",
"workspace": "string"
}
]
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...