-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample.yaml
More file actions
71 lines (68 loc) · 2.12 KB
/
example.yaml
File metadata and controls
71 lines (68 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Do not edit this file directly - it is a template! Copy it to
# provisioning/datasources/datasources.yaml and fill in the SystemLink server
# url and your API key.
apiVersion: 1
config: &config
access: proxy
# Enable this to send credentials (cookies, headers, or TLS certs) with cross-site requests.
# Necessary for session cookie authentication.
withCredentials: true
# Use API URL for API Key authentication (e.g. 'https://dev-api.lifecyclesolutions.ni.com/')
#
# Use UI URL for session cookie authentication (e.g. 'https://dev.lifecyclesolutions.ni.com/')
url: MY_SYSTEMLINK_API_URL
jsonData:
httpHeaderName1: "x-ni-api-key" # Use for API Ingress
httpHeaderName2: "cookie" # Use for UI Ingress
secureJsonData:
httpHeaderValue1: MY_SYSTEMLINK_API_KEY
httpHeaderValue2: MY_SYSTEMLINK_UI_SESSION_COOKIE # e.g. 'session-id=*; apt.sid=*; apt.uid=*'
datasources:
- name: SystemLink Tags
type: ni-sltag-datasource
uid: tag
<<: *config
- name: SystemLink Data Frames
type: ni-sldataframe-datasource
uid: dataframe
<<: *config
- name: SystemLink Notebooks
type: ni-slnotebook-datasource
uid: notebook
<<: *config
- name: SystemLink Systems
type: ni-slsystem-datasource
uid: system
<<: *config
- name: SystemLink Workspaces
type: ni-slworkspace-datasource
uid: workspace
<<: *config
- name: SystemLink Assets Utilization
type: ni-slasset-datasource
uid: asset
<<: *config
- name: SystemLink Assets Calibration
type: ni-slassetcalibration-datasource
uid: assetcalibration
<<: *config
- name: SystemLink Products
type: ni-slproducts-datasource
uid: products
<<: *config
- name: SystemLink Test Results
type: ni-sltestresults-datasource
uid: testresults
<<: *config
- name: SystemLink Test Plans
type: ni-sltestplans-datasource
uid: ni-sltestplans-datasource
<<: *config
- name: SystemLink Work Orders
type: ni-slworkorders-datasource
uid: ni-slworkorders-datasource
<<: *config
- name: SystemLink Alarms
type: ni-slalarms-datasource
uid: ni-slalarms-datasource
<<: *config