list providers
list providers
Query Parameters
urn string
type string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
providers object[]
id uint64
host string
urn string
name string
type string
credentials object
labels object
property name* string
created_at date-time
updated_at date-time
{
"providers": [
{
"id": "string",
"host": "string",
"urn": "string",
"name": "string",
"type": "string",
"credentials": {},
"labels": {},
"created_at": "2024-07-09T13:51:06.067Z",
"updated_at": "2024-07-09T13:51:06.067Z"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...