configMapping
Parameters
Status create
{
"id": 1,
"jsonrpc": "2.0",
"method": "configMapping",
"params": {
"cortexToken": "xxx",
"mappings": {
"CMS": "TP9",
"DRL": "TP10",
"RD": "T8",
"RE": "F4",
"RF": "F8",
"RG": "AF4"
},
"name": "config1",
"status": "create"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"message": "Create flex mapping config successful",
"value": {
"label": {},
"mappings": {
"CMS": "TP9",
"DRL": "TP10",
"RD": "T8",
"RE": "F4",
"RF": "F8",
"RG": "AF4"
},
"name": "config1",
"uuid": "4416dc1b-3a7c-4d20-9ec6-aacdb9930071"
}
}
}Status get
Status read
Status update
Status delete
Last updated