Get Library
Select
Customer Managed
This operation returns a list of libraries.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
response object[]
entityInfo object
name stringid integer
{
"response": [
{
"entityInfo": {
"name": "string",
"id": 0
}
}
]
}
{
"response": [
{
"entityInfo": {
"name": "fwMA_3lib",
"id": 4
}
},
{
"entityInfo": {
"name": "IDCMA2Lib",
"id": 3
}
},
{
"entityInfo": {
"name": "FirewallMALib",
"id": 2
}
},
{
"entityInfo": {
"name": "CSLib",
"id": 1
}
}
]
}
Loading...