mapping
Get all mappings
get/mapping/protocol
Response
MappingSchemaList
Example response
{
"count": 1,
"data": [
{
"create_table": "CREATE TABLE test(id integer, data text);",
"guid": "a006a250-c261-4052-b1c2-6cb85ed580c2",
"hep_alias": "SIP",
"hepid": 1,
"partid": 10,
"partition_step": 10,
"profile": "call",
"retention": 10,
"version": 1
}
]
}