portal
GET {{base_url}}/ers/config/portal
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
size | number | 1 < 20 (Default) <= 100 | |
page | number | 1 (default) <= N | |
filter | string | EQ | |
sortasc | string | Sort Ascending β£ (default) | |
sortdsc | string | Sort Descending β€ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Request data format | |
Accept | string | Response data format |
RESPONSES
status: OK
{"SearchResult":{"total":4,"resources":[{"id":"bd48c1a1-9477-4746-8e40-e43d20c9f429","name":"Sponsor Portal (default)","description":"Default portal used by sponsors to create and manage accounts for authorized visitors to securely access the network","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/portal/bd48c1a1-9477-4746-8e40-e43d20c9f429","type":"application/json"}},{"id":"71984f36-f55e-4439-ba6e-903d9f77c216","name":"Self-Registered Guest Portal (default)","description":"Guests may create their own accounts and be assigned a username and password, or use their social login to access the network","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/portal/71984f36-f55e-4439-ba6e-903d9f77c216","type":"application/json"}},{"id":"92cf00d5-7334-4746-b615-6a5d2a7a77ec","name":"Sponsored Guest Portal (default)","description":"Sponsors create guest accounts, and guests access the network using their assigned username and password","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/portal/92cf00d5-7334-4746-b615-6a5d2a7a77ec","type":"application/json"}},{"id":"d334b5db-a373-4690-84d7-f17c45933d89","name":"Hotspot Guest Portal (default)","description":"Guests do not require username and password credentials to access the network, but you can optionally require an access code","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/portal/d334b5db-a373-4690-84d7-f17c45933d89","type":"application/json"}}]}}