POST
/protocol/v1/InstanceExportData
curl \
-X POST http://api.example.com/protocol/v1/InstanceExportData
Request example
{}
Request examples
{}
Response examples (default)
{
"error": "string",
"code": 42,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}
Response examples (default)
{
"error": "string",
"code": 42,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}
Response examples (200)
{
"exported_data": "string"
}
Response examples (200)
{
"exported_data": "string"
}