The identity group to create
MAC Registration API (0.0.1)
Bodyrequired
- application/json
- application/vnd.ruckus.v1+json
A toggle determining whether MAC registrations that are 24 hours past the expiration time will be automatically removed from the pool.
Default true
Defines the rule for expiration date calculation.
Enum"SPECIFIED_DATE""MINUTES_AFTER_TIME""HOURS_AFTER_TIME""DAYS_AFTER_TIME""WEEKS_AFTER_TIME""MONTHS_AFTER_TIME""QUARTERS_AFTER_TIME""YEARS_AFTER_TIME""END_OF_HOUR""END_OF_DAY"
If the expiration type is not specified_date then this field is the offset amount.
If the expiration type is specified_date then this field is the related date.
A regex to determine which SSIDs this registration pool will allows access to.
If the expiration setting is enabled for new MAC registration.
Default false
- Generated server url
http://localhost:8080/identityGroups/{identityGroupId}/macRegistrationPools
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "autoCleanup": true, "expirationType": "SPECIFIED_DATE", "expirationOffset": 0, "expirationDate": "2019-08-24T14:15:22Z", "ssidRegex": "string", "expirationEnabled": false, "registrationCount": 0, "defaultAccess": "ACCEPT", "createdDate": "2019-08-24T14:15:22Z", "policySetId": "string", "isReferenced": true, "networkCount": 0, "identityGroupId": "string", "identityId": "string", "_links": { "property1": { … }, "property2": { … } } }
Response
{ "requestId": "string", "id": "string" }