/config/register/physical/{reg}/did

The column number in which the database stores the register value. Each physical register has a unique column number. If a register is renamed, this number remains the same. On the other hand, if a register is deleted and then another one is added back, the new one may get assigned the column number of the old, deleted register.

Each physical register must have a unique value. Invalid values automatically get remapped to an unused index.

Get /config/register/physical/{reg}/did

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

get/config/register/physical/{reg}/did
Request samples
Response samples
application/json
{
  • "result": 0,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/register/physical/{reg}/did

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
integer (configRegisterPhysicalRegDid) >= 0

The column number in which the database stores the register value. Each physical register has a unique column number. If a register is renamed, this number remains the same. On the other hand, if a register is deleted and then another one is added back, the new one may get assigned the column number of the old, deleted register.

Each physical register must have a unique value. Invalid values automatically get remapped to an unused index.

Responses
200

Normal response.

401

Unauthorized response.

put/config/register/physical/{reg}/did
Request samples
application/json
0
0
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/register/physical/{reg}/did

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
integer (configRegisterPhysicalRegDid) >= 0

The column number in which the database stores the register value. Each physical register has a unique column number. If a register is renamed, this number remains the same. On the other hand, if a register is deleted and then another one is added back, the new one may get assigned the column number of the old, deleted register.

Each physical register must have a unique value. Invalid values automatically get remapped to an unused index.

Responses
200

Normal response.

401

Unauthorized response.

post/config/register/physical/{reg}/did
Request samples
application/json
0
0
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/register/physical/{reg}/did

Reset to 0.

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

delete/config/register/physical/{reg}/did
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}