mapping
Add mapping
post/mapping/protocol
Request body
Example request
{
"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
}Response
MappingCreateSuccessResponse
Example response
{
"data": "4b855914-ca3d-4562-8563-f2b660fe2636",
"message": "successfully created mapping settings"
}