conf
Download SpecResponse
ExamplesSchema
MITM confguration successfully returned
{
"addresses": [
"string"
],
"hostkeys": [
{
"key": "string",
"fingerprints": [
"string"
]
}
]
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
An error occurred
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
Hide - Child attributes
reference (error)
recursiveaddresses
array[string]
Hide - Child attributes
string
hostkeys
array[object]
Hide - Child attributes
object
MITM server SSH hostkey
Hide - Child attributes
key
string
fingerprints
array[string]
Hide - Child attributes
string
Was this page helpful?