Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 927784a

Browse files
committed
[client] add connector_type to fragment
1 parent 727a64e commit 927784a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pycti/api/opencti_api_connector.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def list(self) -> Dict:
6161
connectorsForWorker {
6262
id
6363
name
64+
connector_type
6465
connector_user {
6566
api_token
6667
}
@@ -141,6 +142,7 @@ def register(self, connector: OpenCTIConnector) -> Dict:
141142
registerConnector(input: $input) {
142143
id
143144
connector_state
145+
connector_type
144146
config {
145147
connection {
146148
host

0 commit comments

Comments
 (0)