Get /policy/portal/supporting-info
Description
Returns the information used to create portal policies.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
Get https://10.106.94.152:8443/api/v2/policy/portal/supporting-info |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"portalConfigs": [
{
"name": "Portal",
"id": 1
}
],
"userHostProfiles": [
{
"name": "Global Authentication Conversion",
"id": 1
},
{
"name": "Role Test",
"id": 2
},
{
"name": "Role Test 3",
"id": 3
},
{
"name": "Role Test 2",
"id": 4
}
]
}