/config/local/sensor/{name}/model

The model name of the attached sensor. If this is CTid, a CTid®-enabled sensor is attached and the /ctid service should be used to obtain details about the attached sensor.

Get /config/local/sensor/{name}/model

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

get/config/local/sensor/{name}/model
Request samples
Response samples
application/json
{
  • "result": "ML-SCT-019-0100",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/local/sensor/{name}/model

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
string (configLocalSensorNameModel)

The model name of the attached sensor. If this is CTid, a CTid®-enabled sensor is attached and the /ctid service should be used to obtain details about the attached sensor.

Responses
200

Normal response.

401

Unauthorized response.

put/config/local/sensor/{name}/model
Request samples
application/json
"ML-SCT-019-0100"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/local/sensor/{name}/model

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
string (configLocalSensorNameModel)

The model name of the attached sensor. If this is CTid, a CTid®-enabled sensor is attached and the /ctid service should be used to obtain details about the attached sensor.

Responses
200

Normal response.

401

Unauthorized response.

post/config/local/sensor/{name}/model
Request samples
application/json
"ML-SCT-019-0100"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/local/sensor/{name}/model

Reset to empty string.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

delete/config/local/sensor/{name}/model
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}