get a provider
get a provider
Path Parameters
id uint64 required
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
provider 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
{
"provider": {
"id": "string",
"host": "string",
"urn": "string",
"name": "string",
"type": "string",
"credentials": {},
"labels": {},
"created_at": "2024-07-09T13:51:06.069Z",
"updated_at": "2024-07-09T13:51:06.069Z"
}
}
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...