POST
/protocol/v1/DebugInspectGroupStore
curl \
-X POST http://api.example.com/protocol/v1/DebugInspectGroupStore \
-d '{"group_pk":"string","log_type":"DebugInspectGroupLogTypeUndefined"}'
Request example
{
"group_pk": "string",
"log_type": "DebugInspectGroupLogTypeUndefined"
}
Request examples
{
"group_pk": "string",
"log_type": "DebugInspectGroupLogTypeUndefined"
}
Response examples (200)
{
"result": {
"cid": "string",
"parent_cids": [
"string"
],
"metadata_event_type": "EventTypeUndefined",
"device_pk": "string",
"payload": "string"
},
"error": {
"grpc_code": 42,
"http_code": 42,
"message": "string",
"http_status": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}
}
Response examples (200)
{
"result": {
"cid": "string",
"parent_cids": [
"string"
],
"metadata_event_type": "EventTypeUndefined",
"device_pk": "string",
"payload": "string"
},
"error": {
"grpc_code": 42,
"http_code": 42,
"message": "string",
"http_status": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}
}
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"
}
]
}