getConfiguration
POST
JSON-RPC getConfigurationProtocol Details
Inputs
Outputs
result
Related Schemas
result
result
cURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "getConfiguration"
}
EOF
Resultapplication/json
Result
{}