outposts_instances_default_settings_retrieve
GET/api/v3//outposts/instances/default_settings/
Global default outpost config
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
config
object
required
{
"config": {}
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/api/v3/outposts/instances/default_settings/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'