create_rule
ChatGPTCreate a new rule in the Connhex Rules Engine.
create_rule
ChatGPTCreate a new rule in the Connhex Rules Engine.
delete_rule
ChatGPTDelete a rule. This action is irreversible.
delete_rule
ChatGPTDelete a rule. This action is irreversible.
get_model
ChatGPTGet a single device model by ID.
get_model
ChatGPTGet a single device model by ID.
get_model_things
ChatGPTList all things assigned to a specific device model.
get_model_things
ChatGPTList all things assigned to a specific device model.
get_rule
ChatGPTGet a single rule by ID from the Connhex Rules Engine.
get_rule
ChatGPTGet a single rule by ID from the Connhex Rules Engine.
get_thing
ChatGPTGet a single thing by ID.
get_thing
ChatGPTGet a single thing by ID.
get_thing_channels
ChatGPTList the channels connected to a specific thing.
get_thing_channels
ChatGPTList the channels connected to a specific thing.
get_thing_uptime
ChatGPTGet the connect/disconnect timeline and total uptime for a single thing within a time range.
get_thing_uptime
ChatGPTGet the connect/disconnect timeline and total uptime for a single thing within a time range.
get_things_flapping
ChatGPTList devices with an excessive number of reconnections (flapping) within a time window.
get_things_flapping
ChatGPTList devices with an excessive number of reconnections (flapping) within a time window.
get_things_status
ChatGPTGet current connectivity status for a batch of things by their IDs. Things that have never connected are omitted from the response.
get_things_status
ChatGPTGet current connectivity status for a batch of things by their IDs. Things that have never connected are omitted from the response.
list_models
ChatGPTList device models with optional filtering and pagination.
list_models
ChatGPTList device models with optional filtering and pagination.
list_rule_events
ChatGPTList rule events (triggered rule occurrences).
list_rule_events
ChatGPTList rule events (triggered rule occurrences).
list_rules
ChatGPTList rules from the Connhex Rules Engine.
list_rules
ChatGPTList rules from the Connhex Rules Engine.
list_things
ChatGPTList things with optional filtering and pagination.
list_things
ChatGPTList things with optional filtering and pagination.
read_channel_messages
ChatGPTRead messages from a Connhex IoT channel by its channel ID. Use this when you already have a channel ID. To go from a device's business identifier (serial, etc.) to messages, prefer read_thing_messages, which resolves the channel ID for you from a thing ID.
read_channel_messages
ChatGPTRead messages from a Connhex IoT channel by its channel ID. Use this when you already have a channel ID. To go from a device's business identifier (serial, etc.) to messages, prefer read_thing_messages, which resolves the channel ID for you from a thing ID.
read_thing_messages
ChatGPTRead messages for a Connhex thing (device/edge), identified by its thing ID. Resolves the thing's event_channel_id from its metadata and reads messages from it. Resolving a user-facing identifier: If you only have a serial number or another business identifier, first use list_resources / list_manufacturing_resources to find the record, then look for a field named connhexId (or similar) — that value is the thing_id to pass here, not the record's own id.
read_thing_messages
ChatGPTRead messages for a Connhex thing (device/edge), identified by its thing ID. Resolves the thing's event_channel_id from its metadata and reads messages from it. Resolving a user-facing identifier: If you only have a serial number or another business identifier, first use list_resources / list_manufacturing_resources to find the record, then look for a field named connhexId (or similar) — that value is the thing_id to pass here, not the record's own id.
update_rule
ChatGPTPartially update a rule. Only the fields provided are changed.
update_rule
ChatGPTPartially update a rule. Only the fields provided are changed.
whoami
ChatGPTReturns information about the currently authenticated user. Use this to verify the connection and see user's identity (active Ory Kratos session).
whoami
ChatGPTReturns information about the currently authenticated user. Use this to verify the connection and see user's identity (active Ory Kratos session).