Powered by Zoomin Software. For more details please contactZoomin

WAF API Reference Guide

Source Type
Application Security
Data Security
Network Security
Application Performance
Product Versions
Hypervisor Installation
Document Type
Access
Product Area
This guide
Table of Contents

Get All Lookup Data Sets

 Get All Lookup Data Sets

Description

Returns a list of the names of data sets.

URL

https://{host:port}/SecureSphere/api/v1/conf/dataSets/

HTTP Method

GET

Response Body Example

{

"dataset-name" : "employees",

"number-of-columns" : 3,

"columns":

[

{

"name":"Key",

"key":"true"

},

{

"name":"User",

"key":"false"

},

{

"name":"Groups","

key":"false"

}

]

}

HTTP Example

GET /SecureSphere/api/v1/conf/dataSets/ HTTP/1.1
Host: mxserver:8083
Cookie: JSESSIONID=0123456789ABCDEF0123456789ABCDEF

Was this topic helpful?