sectrace
sectrace-find-or-create-filter
This ONTAPI call does not have an equivalent REST API call.
security-trace-filter-create
POST /api/protocols/file-access-tracing/filters
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
client-ip |
client_ip |
|
enabled |
enabled |
|
index |
index |
|
path |
path |
|
protocols |
protocol |
|
return-record |
return_records |
|
time-enabled |
No REST Equivalent |
|
trace-allow |
trace_allowed_ops |
|
unix-name |
unix_user |
|
windows-name |
windows_user |
security-trace-filter-delete
DELETE /api/protocols/file-access-tracing/filters/{svm.uuid}/{index}
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
index |
index |
security-trace-filter-get-iter
GET /api/protocols/file-access-tracing/filters
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
client-ip |
client_ip |
|
enabled |
enabled |
|
index |
index |
|
path |
path |
|
protocols |
protocol |
|
time-enabled |
No REST Equivalent |
|
trace-allow |
trace_allowed_ops |
|
unix-name |
unix_user |
|
vserver |
svm.name |
|
windows-name |
windows_user |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
security-trace-filter-modify
PATCH /api/protocols/file-access-tracing/filters/{svm.uuid}/{index}
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
client-ip |
client_ip |
|
enabled |
enabled |
|
index |
index |
|
path |
path |
|
protocols |
protocol |
|
time-enabled |
No REST Equivalent |
|
trace-allow |
trace_allowed_ops |
|
unix-name |
unix_user |
|
windows-name |
windows_user |
security-trace-result-delete
DELETE /api/protocols/file-access-tracing/events/{node.uuid}/{svm.uuid}/{index}
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
node |
No REST Equivalent |
In the REST API, provide the node uuid here instead of node name. |
seqnum |
index |
security-trace-result-show
GET /api/protocols/file-access-tracing/events/{node.uuid}/{svm.uuid}/{index}
Note: This API is private as it is only supported by System Manager.
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
client-ip |
filter.client_ip |
|
index |
filter.index |
|
keytime |
No REST Equivalent |
|
node |
node.name |
|
path |
filter.path |
|
protocol |
filter.protocol |
|
result |
reason.message |
|
security-style |
No REST Equivalent |
|
seqnum |
index |
|
session-id |
session_id |
|
share-name |
share.name |
|
unix-user |
filter.unix_user |
|
user-name |
filter.windows_user |
|
volume-name |
volume.name |
|
vserver |
svm.name |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |