Update Sensor
Update the information of a sensor. Currently only 'display_name' and 'description' can be updated.
Used to identify a sensor appliance.
8c147e21-7410-4f77-a3a6-e7aa6034992f
Information of the sensor.
{
"description": "Token for ndr sensor",
"display_name": "sensor",
"id": "8c147e21-7410-4f77-a3a6-e7aa6034992f"
}
OK
{
"_create_time": 1777886290727,
"_create_user": "ndr-sensor",
"_last_modified_time": 1778669344807,
"_last_modified_user": "admin",
"_revision": 2,
"algorithm": "RSA",
"certificate": "xxxxxx",
"description": "Token for ndr sensor",
"display_name": "sensor",
"id": "8c147e21-7410-4f77-a3a6-e7aa6034992f",
"key_size": 3072,
"pem_encoded": "xxxxx",
"token_id": "793a8565-0ff9-4340-a154-a9eecddbdd2e"
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "sensor",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
This operation contains the following vendor extensions defined in the spec:
["platform-sensor-lic"]
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/sensors/appliances/{appliance-id}