Open Configuration (API Key)
- Updated2025-07-28
- 2 minute(s) read
Initializes an HTTP connection for SystemLink data services to communicate with SystemLink using an API key for authentication. The VI authenticates the connection with an API key obtained from SystemLink.
Programming Patterns
- Transferring Data Using Tags
- Sending Messages Between Systems
- Acquiring Test Results
- Transferring Files from Disk to the Server
- Transferring Files from Memory to the Server
verify server?
A Boolean that determines whether this VI will verify the connection is secured by a valid certificate. The default value is True.This input also allows local connections over HTTP in addition to HTTPS connections.
server url
URL of the server where this VI sends the web request. If you If you leave server url unwired, this VI uses http://localhost:80 as the default URL.
The following table describes how to use the proper URL syntax for the server url input.
| Part | Definition | Example |
|---|---|---|
| Scheme | Protocol the web service uses. | http:// |
| Host | Domain name or IP address of the service. | localhost |
| Port | HTTP port of the web service. If you don't specify a port, the web service uses the default port. | 80 |