Get Sensor By Id
Get sensor by id
Get a sensor with the specified id.
Request
URI
GET
https://{api_host}/sensors/appliances/{appliance-id}
COPY
Path Parameters
string
appliance-id
Required
Used to identify a sensor appliance.
Authentication
This operation uses the following authentication methods.
Responses
200
OK
Returns
Sensor
of type(s)
application/json
This response body class contains all of the following:
InlineSensor1
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"token_id": "string",
"certificate": "string",
"pem_encoded": "string",
"algorithm": "string",
"key_size": 0
}
default
Error
Returns
Error
of type(s)
application/json
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
integer
error_code
Required
HTTP Status or Application error code.
string
module_name
Optional
Module where the error happened.
string
error_message
Required
Message describing the error.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sensors/appliances/{appliance-id}
Sensor Operations
POST
Create Registration Token
GET
Get All Registration Tokens
GET
Get Registration Token By Id
DELETE
Delete Registration Token
GET
List Sensors
GET
Get Sensor By Id
PUT
Update Sensor
DELETE
Delete Sensor
GET
Get Sensor Status
GET
Get Sensor Appliance Ids Signature Bundle
GET
Get Sensor Feature Config
POST
Update Sensor Ids Feature Config
POST
Update Sensor Flow Feature Config
POST
Update Sensor Mps Feature Config
GET
List Sensor Details
GET
Get Sensor Global Config Mps
PUT
Update Sensor Global Config Mps