Dell SmartFabric Director Owner's manual

Type
Owner's manual
API Reference
SFD REST APIs
API Version: 2.0
SmartFabric Director REST API doc.
1 of 340
INDEX
1. ABOUT
9
1.1 GET /about 9
2. ALERTS
11
2.1 GET /alerts 11
2.2 POST /alerts/{id}/ack 12
2.3 POST /alerts/{id}/unack 14
2.4 POST /alerts/{id}/clear 16
2.5 GET /alerts/{id}/events 17
2.6 GET /alerts/{id}/timeline 19
3. AUTHENTICATION
21
3.1 POST /auth/token 21
3.2 POST /auth/token/extend 22
3.3 GET /auth/users 23
3.4 POST /auth/users 25
3.5 GET /auth/users/{userId} 26
3.6 PUT /auth/users/{userId} 28
3.7 DELETE /auth/users/{userId} 29
3.8 PUT /auth/users/{userId}/password 31
3.9 PUT /auth/users/self/password 33
3.10 PUT /auth/users/{userId}/cli-access 34
3.11 PUT /auth/users/{userId}/user-role 36
3.12 PUT /auth/users/{userId}/user-state 37
3.13 GET /auth/domains 39
3.14 GET /auth/servers/ldap 40
3.15 PUT /auth/servers/ldap 41
3.16 DELETE /auth/servers/ldap 42
4. BACKUP
45
4.1 GET /backups/locations 45
4.2 POST /backups/locations 46
4.3 PUT /backups/locations/{id} 48
4.4 DELETE /backups/locations/{id} 50
4.5 GET /backups/jobs 51
4.6 POST /backups/jobs 53
4.7 GET /backups/jobs/{id} 54
4.8 PUT /backups/jobs/{id} 56
4.9 DELETE /backups/jobs/{id} 58
4.10 GET /backups/instances 60
4.11 GET /backups/instances/{id} 61
4.12 GET /backups/remote-files 63
4.13 POST /backups/restore 65
2 of 340
4.14 GET /backups/restore/status 66
4.15 POST /backups/restore/status 68
5. BARE-METAL-HOST
70
5.1 GET /fabric-intents/{fabric-intent-id}/bare-metal-hosts 70
5.2 POST /fabric-intents/{fabric-intent-id}/bare-metal-hosts 71
5.3 GET /fabric-intents/{fabric-intent-id}/bare-metal-hosts/{id} 73
5.4 PUT /fabric-intents/{fabric-intent-id}/bare-metal-hosts/{id} 76
5.5 DELETE /fabric-intents/{fabric-intent-id}/bare-metal-hosts/{id} 77
5.6 GET /fabric-intents/{fabric-intent-id}/bare-metal-hosts/availability 79
6. CONFIG
82
6.1 GET /fabric-intents/{fabric-intent-id}/configurations/vlans 82
6.2 GET /fabric-intents/{id}/configurations/count 84
6.3 GET /fabric-intents/{id}/configurations/bgp 85
6.4 GET /fabric-intents/{id}/configurations/vlt-interfaces 87
6.5 GET /fabric-intents/{id}/configurations/ufd 89
6.6 GET /fabric-intents/{id}/configurations/l3-interlinks 91
6.7 GET /fabric-intents/{id}/configurations/l2-interlinks 93
6.8 GET /fabric-intents/{id}/configurations/vteps 95
6.9 GET /fabric-intents/{id}/configurations/vxlan-segments 97
6.10 GET /fabric-intents/{id}/configurations/tenants 99
6.11 GET /fabric-intents/{fabric-intent-id}/configurations/host-networks 100
6.12 GET /fabric-intents/{fabric-intent-id}/configurations/rack-vlan-members/
{vlan-id}
102
7. EDGE-LEAF
105
7.1 GET /fabric-intents/{fabric-intent-id}/edge/connections 105
7.2 POST /fabric-intents/{fabric-intent-id}/edge/connections 107
7.3 GET /fabric-intents/{fabric-intent-id}/edge/connections/{id} 108
7.4 PUT /fabric-intents/{fabric-intent-id}/edge/connections/{id} 110
7.5 DELETE /fabric-intents/{fabric-intent-id}/edge/connections/{id} 112
8. EVENTS
114
8.1 GET /events 114
8.2 GET /events/{id} 115
9. FABRIC
118
9.1 GET /fabrics 118
10. FABRIC-INTENT
120
10.1 GET /fabric-intents 120
10.2 POST /fabric-intents 121
10.3 GET /fabric-intents/{id} 123
10.4 PUT /fabric-intents/{id} 124
10.5 DELETE /fabric-intents/{id} 126
3 of 340
10.6 POST /fabric-intents/{id}/clone 127
10.7 POST /fabric-intents/{id}/check-deploy-impact 129
10.8 GET /fabric-intents/{id}/configurations 130
10.9 POST /fabric-intents/{id}/approval-request 134
10.10 POST /fabric-intents/{id}/cancel-approval 135
10.11 POST /fabric-intents/{id}/validate 137
10.12 POST /fabric-intents/{id}/deploy 138
10.13 GET /fabric-intents/{id}/deploy-status 140
10.14 GET /fabric-intents/{fabric-intent-id}/deployments/{deployment-id} 142
11. HOST-NETWORK
145
11.1 GET /fabric-intents/{fabric-intent-id}/host-networks 145
11.2 POST /fabric-intents/{fabric-intent-id}/host-networks 147
11.3 GET /fabric-intents/{fabric-intent-id}/host-networks/{host-network-id} 149
11.4 PUT /fabric-intents/{fabric-intent-id}/host-networks/{host-network-id} 151
11.5 DELETE /fabric-intents/{fabric-intent-id}/host-networks/{host-network-id} 154
12. HOSTS
156
12.1 GET /hosts 156
13. IMAGE-SERVER
158
13.1 GET /image-servers 158
13.2 POST /image-servers 159
13.3 GET /image-servers/{id} 161
13.4 PUT /image-servers/{id} 163
13.5 DELETE /image-servers/{id} 165
14. INTERLINK
168
14.1 GET /fabric-intents/{fabric-intent-id}/interlinks 168
14.2 POST /fabric-intents/{fabric-intent-id}/interlinks 173
14.3 GET /fabric-intents/{fabric-intent-id}/interlinks/{interlink-id} 179
14.4 PUT /fabric-intents/{fabric-intent-id}/interlinks/{interlink-id} 185
14.5 DELETE /fabric-intents/{fabric-intent-id}/interlinks/{interlink-id} 190
15. LIFE CYCLE MANAGEMENT
193
15.1 GET /lcm/update-jobs 193
15.2 POST /lcm/update-jobs 195
15.3 GET /lcm/update-jobs/{id} 196
15.4 PUT /lcm/update-jobs/{id} 198
15.5 DELETE /lcm/update-jobs/{id} 200
15.6 POST /lcm/update-jobs/{id}/approval-request 202
15.7 POST /lcm/update-jobs/{id}/cancel 204
15.8 POST /lcm/update-jobs/{id}/deploy 205
15.9 POST /lcm/update-jobs/{id}/status 207
16. METRICS
210
4 of 340
16.1 POST /metrics 210
16.2 POST /metrics/aggregation 213
16.3 POST /metrics/distribution 215
17. MULTI-TENANCY
219
17.1 GET /fabric-intents/{fabric-intent-id}/tenants 219
17.2 POST /fabric-intents/{fabric-intent-id}/tenants 220
17.3 GET /fabric-intents/{fabric-intent-id}/tenants/{id} 222
17.4 PUT /fabric-intents/{fabric-intent-id}/tenants/{id} 224
17.5 DELETE /fabric-intents/{fabric-intent-id}/tenants/{id} 225
17.6 GET /fabric-intents/{fabric-intent-id}/tenants/{tenant-id}/vxlan-segments 227
17.7 POST /fabric-intents/{fabric-intent-id}/tenants/{tenant-id}/vxlan-
segments
230
17.8 GET /fabric-intents/{fabric-intent-id}/vxlan-segments 232
17.9 GET /fabric-intents/{fabric-intent-id}/tenants/{tenant-id}/vxlan-
segments/{id}
234
17.10 PUT /fabric-intents/{fabric-intent-id}/tenants/{tenant-id}/vxlan-
segments/{id}
237
17.11 DELETE /fabric-intents/{fabric-intent-id}/tenants/{tenant-id}/vxlan-
segments/{id}
239
18. NFC ACTIVITIES
242
18.1 GET /activities 242
19. NOTIFICATION-SERVICE
245
19.1 GET /notifications 245
19.2 GET /notifications/smtp 246
19.3 PUT /notifications/smtp 247
19.4 DELETE /notifications/smtp 248
19.5 POST /notifications/smtp/test 250
20. SWITCH INFORMATION
252
20.1 GET /switches/summary 252
20.2 GET /switches/detail 253
20.3 GET /switches/{switch-id}/interfaces/{interface-id}/members 255
20.4 GET /switches/{switch-id}/interfaces/{interface-id}/bfd 257
20.5 GET /switches/{switch-id}/interfaces/{interface-id} 258
20.6 GET /switches/{switch-id}/interfaces 260
20.7 GET /switches/{switch-id} 262
20.8 GET /switches/{switch-id}/bgp-neighbors 264
21. SWITCH MANIFEST
266
21.1 PUT /switch-manifest/ 266
21.2 GET /switch-manifest/support-matrix 268
21.3 POST /switch-manifest/{id}/apply 269
22. SWITCH OPERATIONS
271
5 of 340
22.1 POST /switches/{switch-id}/reboot 271
22.2 POST /switches/{switch-id}/interfaces/{interface-id}/admin-status 272
23. SWITCH-GROUP
275
23.1 GET /switch-groups 275
23.2 POST /switch-groups 276
23.3 GET /switch-groups/{id} 277
23.4 PUT /switch-groups/{id} 279
23.5 DELETE /switch-groups/{id} 281
23.6 GET /switch-groups/{id}/support-matrix 282
24. SYSLOG
285
24.1 GET /syslogs/messages 285
24.2 GET /syslogs/messages/latest 286
25. SYSTEM
288
25.1 GET /system/health 288
25.2 POST /system/ping 289
25.3 POST /system/license-file 290
25.4 GET /system/status 291
26. SYSTEM-SETTINGS
293
26.1 GET /system-settings 293
26.2 PUT /system-settings/gateway 294
26.3 POST /system-settings/ntp 295
26.4 DELETE /system-settings/ntp/{ntp_server} 296
26.5 POST /system-settings/dns 298
26.6 DELETE /system-settings/dns/{dns_server} 299
27. TELEMETRY
301
27.1 GET /telemetry/catalog 301
27.2 POST /telemetry/connection/{switch-id} 302
28. TOPOLOGY
305
28.1 GET /topology/status 305
28.2 POST /topology/upload 306
28.3 GET /topology 308
29. UPGRADE
311
29.1 POST /upgrades/local-file 311
29.2 POST /upgrades/remote-file 312
29.3 GET /upgrades/{id} 314
29.4 GET /upgrades/{id}/switch-manifest-report 316
29.5 GET /upgrades/latest 318
29.6 POST /upgrades/latest 320
30. VM-MANAGER
323
6 of 340
30.1 GET /vm-managers 323
30.2 POST /vm-managers 324
30.3 GET /vm-managers/{id} 325
30.4 PUT /vm-managers/{id} 327
30.5 DELETE /vm-managers/{id} 329
31. WIRING DIAGRAM
331
31.1 POST /wiring-diagrams 331
31.2 DELETE /wiring-diagrams/{id} 332
31.3 GET /wiring-diagrams/{id}/topology 334
31.4 GET /wiring-diagrams/summary 336
31.5 GET /wiring-diagrams/{id}/compatible-intents 337
31.6 GET /wiring-diagrams/supported-models 338
7 of 340
Security and Authentication
SECURITY SCHEMES
KEY TYPE DESCRIPTION
nfc_api_key apiKey Each API needs token in 'Authorization' header. The token can be retrieved
by using API- POST /auth/token. The token retrieved from this request
should be sent in 'Authorization' header as 'NFC {token}'
Example : curl -X GET https://SFD-IP/api/fabric-intents \
-H 'Accept: application/json' \
-H 'Authorization: NFC eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{
"name": "fabric-intent-1",
"description": "L3 BGP fabric"
}'
8 of 340
API
1. ABOUT
About SFD.
1.1 GET /about
Get information about SFD.
This API should be invoked to get SFD version and service-tag.
REQUEST
No request parameters
RESPONSE
STATUS CODE - 200: Get SFD version and service-tag information.
RESPONSE MODEL - application/json
{
version string
version of SFD.
service_tag string
unique service tag provided with SFD purchase.
manifest_file_version string
The manifest le version.
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized
string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params
in the Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the
localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the
params in the Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized
string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params
in the Message in the localized le.
messages [{
Array of object:
9 of 340
id string
This represents the key for the localized property le to be used by UI to show the
localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the
params in the Message in the localized le.
}]
}
10 of 340
2. ALERTS
Alerts generated in the NFC
2.1 GET /alerts
Returns all active alerts.
This API returns all the active alerts generated within NFC. An alert is raised when an instance of an event type occurs with
certain severity level. An alert is cleared when an instance of an event type occurs with certain severity level. For example -
CPU usage crossing a threshold 'X' will raise HIGH_CPU_USAGE_ALERT and CPU usage below a threshold 'X' will clear
HIGH_CPU_USAGE_ALERT.
REQUEST
QUERY PARAMETERS
NAME TYPE DESCRIPTION
type string
Get all the active alerts based on alert type generated within NFC. An
example of Alert type is INTERFACE_LINK_DOWN_ALERT.
severity array of string
ALLOWED: INFO,
WARNING, ERROR,
CRITICAL, CLEARED
Get all the active alerts based on alert severity generated within NFC.
The Alert Severity can be - WARNING, ERROR or CRITICAL.
referenced-
object-id
string
Get all the active alerts generated on the referenced object id. The
referenced object id is the unique identier of the NFC managed object.
start-time int64
Get all the active alerts modied after start timestamp(inclusive). The
default value for start timestamp is set as (end-time - 24 hours). The
timestamp value is dened in milliseconds since epoch.
end-time int64
Get all the active alerts modied before end timestamp(inclusive). The
default value for end timestamp is set as current time. The timestamp
value is dened in milliseconds since epoch.
state array of string
ALLOWED: OPEN, ACK,
CLEARED
Get all the active alerts based on alert state generated within NFC. The
Alert states can be - OPEN, ACK or CLEARED.
information string
Get all the active alerts containing the specied string in the alert
information.
sort-by enum
ALLOWED: CREATED_AT,
UPDATED_AT
Field by which result needs to be sorted
sort-order enum
ALLOWED: ASC, DESC
Sort order
RESPONSE
STATUS CODE - 200: Response to get all the active alerts
RESPONSE MODEL - application/json
{
Get all the active nfc alerts
data [{
Array of object: Nfc alert object
id string
Unique identier of the nfc alert object
type string
Type of alert generated. Ex: INTERFACE_LINK_DOWN_ALERT
severity enum ALLOWED:INFO, WARNING, ERROR, CRITICAL, CLEARED
11 of 340
Severity level of the events/alerts
created_timestamp integer
The time in seconds since epoch at which the alert was generated.
modified_timestamp integer
The time in seconds since epoch at which the alert was modied.
cleared_timestamp integer
The time in seconds since epoch at which the alert was cleared/resolved.
message string
Detailed message describing the alert type raised on a NFC managed object id
referenced_object_id {
This object denes the NFC object type and the unique identier for that object type
id string
Unique identier of the referenced object
type string
Type of referenced object. Ex - Interface, Switch, etc
}
state enum ALLOWED:OPEN, ACK, CLEARED
State of an alert. It can be in OPEN, ACK or CLEARED state. OPEN state means an alert is
newly created or is un-acked by NFC operator. ACK state means NFC operator has
acknowledged an alert. CLEARED state means that alert has been resolved and is no
longer active.
state_updated_by string
User id of NFC operator or SFD system who has most recently updated the alert state.
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
2.2 POST /alerts/{id}/ack
12 of 340
Update the state of an alert to ACK state.
This API updates the state of an alert from OPEN to ACK state.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
The alert Id to be acknowledged.
RESPONSE
STATUS CODE - 200: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
13 of 340
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
2.3 POST /alerts/{id}/unack
Update the state of an alert to OPEN state.
This API updates the state of an alert from ACK to OPEN state.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
The alert Id to be un-acknowledged.
RESPONSE
STATUS CODE - 200: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
14 of 340
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
15 of 340
2.4 POST /alerts/{id}/clear
Clears an alert.
This API clears the given alert.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
The alert Id to be cleared.
RESPONSE
STATUS CODE - 200: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
16 of 340
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
2.5 GET /alerts/{id}/events
Get list of events for an alert.
This API returns the list of events related to an alert.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
The id of an alert.
RESPONSE
STATUS CODE - 200: Response to get all the NFC events
RESPONSE MODEL - application/json
{
Get all the nfc events
data [{
Array of object: Nfc event object
id string
Unique identier of the nfc event object
type string
Type of event generated. Ex: INTERFACE_LINK_DOWN_EVENT
severity enum ALLOWED:INFO, WARNING, ERROR, CRITICAL, CLEARED
17 of 340
Severity level of the events/alerts
timestamp integer
The time in seconds since epoch at which the event was generated.
message string
Detailed message describing the generated event.
referenced_object_id {
This object denes the NFC object type and the unique identier for that object type
id string
Unique identier of the referenced object
type string
Type of referenced object. Ex - Interface, Switch, etc
}
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
18 of 340
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
2.6 GET /alerts/{id}/timeline
Returns the alert timeline by alert Id
This API returns the alert timeline history. Each record in the timeline will describe the status of an alert at a given
timestamp
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
The id of an alert.
RESPONSE
STATUS CODE - 200: Response to get the timeline of an alert
RESPONSE MODEL - application/json
{
Maintains the record of alerts timeline.
data [{
Array of object: Denes the status of an alert when an alert is modied/updated. If an alert is updated, a new record is added to the alert
history timeline.
timestamp integer
The time in seconds since epoch at which alert was modied.
updated_by string
The user id of NFC operator or SFD system who is responsible for modifying the alert object.
state enum ALLOWED:OPEN, ACK, CLEARED
State of an alert. It can be in OPEN, ACK or CLEARED state. OPEN state means an alert is newly created
or is un-acked by NFC operator. ACK state means NFC operator has acknowledged an alert. CLEARED
state means that alert has been resolved and is no longer active.
message string
Message describing update of the alert
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
19 of 340
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
20 of 340
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340

Dell SmartFabric Director Owner's manual

Type
Owner's manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI