Non-existing integrations / custom commands (shell, curl, etc) #1232
-
Hi there, I'm looking for a way to query multiple resources (onprem), such as:
I haven't found existing integrations, so I was wondering if there is a way to run:
In general what is the approach for non-existing integrations ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@shafr Thank you for raising that question. You have quite some interesting potential integrations. I would love to hear a bit more about the use cases to give better guidance. You always have the option to shell out. With MQL you have the
Then you could do assertions on top of that:
We also allow the addition of more providers and resource packs, as we've done #1190 and #1224. At this point we have not created the provider and resource pack documentation I hope that answers your question. |
Beta Was this translation helpful? Give feedback.
@shafr Thank you for raising that question. You have quite some interesting potential integrations. I would love to hear a bit more about the use cases to give better guidance.
You always have the option to shell out. With MQL you have the
command
resource available when you on a local target eg.cnquery shell local
:Then you could do assertions on top of that: