07-24-2024 08:26 PM
Hi I want to send tags and TDMS files to my SystemLink server. I know there is an automated agent role within Systemlink server which can be used for this purpose. I want to use api key authentication but i cannot find the api key for the automated agent. How can i get access to the api key?
Solved! Go to Solution.
07-24-2024 09:58 PM
The SystemLink client uses the automated agent role. Once installed on your client machine and connected to the SystemLink server, you can use the Python or LabVIEW APIs to talk with the server through the SystemLink client's Automated Agent API Key.
What language do you use?
07-24-2024 10:03 PM
Hi Santo,
I am using LabVIEW v20
07-24-2024 10:20 PM
Hi Santo,
I am using cRIOs connected to the systemLink server and need to add api key to send TDMS files and tags to SystemLink. How can i get the SystemLink client's Automated Agent API Key. If i leave the API key empty i get this error.
P.S. I have changed the URL
07-24-2024 10:51 PM
If the cRIO is connected to SystemLink, you can leave the `configuration` unwired.
07-24-2024 11:01 PM
I am getting the same error.
07-24-2024 11:11 PM
Okay, I overlooked the error, does your server have a proper SSL cert? try this one, wire only the Verify Server boolean to False, leave the rest unwired.
07-24-2024 11:28 PM
Hi Santo,
Yes it works now.
Thank you
But my question still is how can i get access to the Automated agent API key so i can use it systems not connected to my SystemLink server. Is the key automatically assigned when we connect using systemLink client.
07-24-2024 11:40 PM
@zombae wrote:
Hi Santo,
Yes it works now.
Thank you
But my question still is how can i get access to the Automated agent API key so i can use it systems not connected to my SystemLink server. Is the key automatically assigned when we connect using systemLink client.
Yes, it is generated only for the SystemLink Client only when connected to SystemLink server.
Is there a scenario where you cannot install SystemLink client to connect to the server and not username password based login for API access?
07-25-2024 12:01 AM
Hi Santo,
Our cRIOs have been having dropping connection to Systemlink server, we are investigating this but in the mean time i would like to use the API key auth process.