Get network parameter
Get a single network parameter
Path Parameters
key string required
Key identifying the network parameter.
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
networkParameter object
Network parameter key and value.
key string
value string
{
"networkParameter": {
"key": "string",
"value": "string"
}
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...