- Added:
sizeinquery
Page size
- Added:
pageinquery
The page to retrieve (starts at zero).
- Added:
sortinquery
The field name to sort, comma separated from the sort order (asc or desc).
- Changed response : 200 OK
RADIUS Attributes in a paged format.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json
New content type : application/vnd.ruckus.v1+json
- Changed content type :
application/json
Changed property
filters(object)A map of filter criteria to apply to the query results. Each key represents a field name to filter on, and the value is the filter condition. Supported filter formats depend on the resource type. Examples: {"name": "John Doe"} for exact match on attribute names, {"vendorName": "Cisco"} for vendor filtering, {"attributeCount": {"gte": 5}} for range queries. Filter keys must match valid field names for the resource being queried.
Changed property
sortField(object)The field name to use for sorting the results. Valid field names depend on the resource being queried. For RADIUS attributes, valid values include: id, name, vendorName, dataType, showOnDefault. For RADIUS attribute groups, valid values include: id, name, description, attributeCount, externalAssignmentsCount. For attribute group assignments, valid values include: id, externalAssignmentIdentifier, serviceName. The field name must match exactly one of the supported sortable fields for the resource type.
- Changed response : 200 OK
RADIUS attribute groups
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
attributeAssignmentsname
Added property
data(object)Added property
page(object)Current page number (0-based).
Added property
pageSize(object)Number of items per page.
Added property
totalCount(object)Total number of items matching the query across all pages.
Deleted property
_links(object)Deleted property
attributeAssignments(object)The RADIUS attributes that are assigned to this group.
Deleted property
attributeCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
description(object)The the description for this attribute group.
Deleted property
externalAssignmentsCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
externalServiceAssignments(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
id(object)The unique identifier for this attribute group.
Deleted property
name(object)The the name for this attribute group.
- Changed response : 400 Bad Request
Invalid query data supplied.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Enum values:
400401403404405406409422500502503504
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
data(object)Deleted property
page(object)Deleted property
pageSize(object)Deleted property
totalCount(object)
New content type : application/vnd.ruckus.v1+json
- Changed content type :
application/json
Changed property
filters(object)A map of filter criteria to apply to the query results. Each key represents a field name to filter on, and the value is the filter condition. Supported filter formats depend on the resource type. Examples: {"name": "John Doe"} for exact match on attribute names, {"vendorName": "Cisco"} for vendor filtering, {"attributeCount": {"gte": 5}} for range queries. Filter keys must match valid field names for the resource being queried.
Changed property
sortField(object)The field name to use for sorting the results. Valid field names depend on the resource being queried. For RADIUS attributes, valid values include: id, name, vendorName, dataType, showOnDefault. For RADIUS attribute groups, valid values include: id, name, description, attributeCount, externalAssignmentsCount. For attribute group assignments, valid values include: id, externalAssignmentIdentifier, serviceName. The field name must match exactly one of the supported sortable fields for the resource type.
- Changed response : 200 OK
List RADIUS attributes in a paged format.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
idname
Added property
data(object)Added property
page(object)Current page number (0-based).
Added property
pageSize(object)Number of items per page.
Added property
totalCount(object)Total number of items matching the query across all pages.
Deleted property
_links(object)Deleted property
dataType(object)The attribute name, as viewed in RADIUS.
Deleted property
id(object)The identifier for this RADIUS attribute.
Deleted property
name(object)The attribute name, as viewed in RADIUS.
Deleted property
showOnDefault(object)Indicates if this attribute should be shown by default.
Deleted property
vendorName(object)The vendor for this RADIUS attribute.
- Changed response : 400 Bad Request
Invalid id supplied
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
data(object)Deleted property
page(object)Deleted property
pageSize(object)Deleted property
totalCount(object)
- Changed response : 200 OK
RADIUS Attribute Vendors.
- New content type :
application/vnd.ruckus.v1+json
- Added:
sizeinquery
Page size
- Added:
pageinquery
The page to retrieve (starts at zero).
- Added:
sortinquery
The field name to sort, comma separated from the sort order (asc or desc).
- Changed response : 200 OK
Radius attribute groups paged.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json
New content type : application/vnd.ruckus.v1+json
- Changed content type :
application/json
Changed property
attributeCount(object)The number of RADIUS attribute assignments within this attribute group. Allows sorting and filtering.
Changed property
description(object)The description for this attribute group.
Changed property
externalAssignmentsCount(object)The total count of external service assignments for this attribute group across all services. Allows sorting and filtering.
Changed property
externalServiceAssignments(object)The list of external service assignments grouped by service name, showing which services have assigned this attribute group and their associated external assignment identifiers.
Changed property
name(object)The name for this attribute group.
- Changed response : 409 Conflict
Invalid RADIUS attribute group details provided.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
attributeAssignmentsname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
attributeAssignments(object)The RADIUS attributes that are assigned to this group.
Deleted property
attributeCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
description(object)The the description for this attribute group.
Deleted property
externalAssignmentsCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
externalServiceAssignments(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
id(object)The unique identifier for this attribute group.
Deleted property
name(object)The the name for this attribute group.
- Changed response : 201 Created
RADIUS attribute group created
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
attributeCount(object)The number of RADIUS attribute assignments within this attribute group. Allows sorting and filtering.
Changed property
description(object)The description for this attribute group.
Changed property
externalAssignmentsCount(object)The total count of external service assignments for this attribute group across all services. Allows sorting and filtering.
Changed property
externalServiceAssignments(object)The list of external service assignments grouped by service name, showing which services have assigned this attribute group and their associated external assignment identifiers.
Changed property
name(object)The name for this attribute group.
- Changed response : 200 OK
RADIUS attribute group deleted.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json
- Changed response : 204 No Content
RADIUS attribute group deleted
- New content type :
application/vnd.ruckus.v1+json
- Changed response : 404 Not Found
RADIUS attribute group not found
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
- Changed response : 409 Conflict
The requested RADIUS attribute group is still in use by another service.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
- Changed response : 400 Bad Request
Invalid id supplied
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
attributeAssignmentsname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
attributeAssignments(object)The RADIUS attributes that are assigned to this group.
Deleted property
attributeCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
description(object)The the description for this attribute group.
Deleted property
externalAssignmentsCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
externalServiceAssignments(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
id(object)The unique identifier for this attribute group.
Deleted property
name(object)The the name for this attribute group.
- Changed response : 404 Not Found
RADIUS attribute group not found
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
attributeAssignmentsname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
attributeAssignments(object)The RADIUS attributes that are assigned to this group.
Deleted property
attributeCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
description(object)The the description for this attribute group.
Deleted property
externalAssignmentsCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
externalServiceAssignments(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
id(object)The unique identifier for this attribute group.
Deleted property
name(object)The the name for this attribute group.
- Changed response : 200 OK
RADIUS attribute group
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
attributeCount(object)The number of RADIUS attribute assignments within this attribute group. Allows sorting and filtering.
Changed property
description(object)The description for this attribute group.
Changed property
externalAssignmentsCount(object)The total count of external service assignments for this attribute group across all services. Allows sorting and filtering.
Changed property
externalServiceAssignments(object)The list of external service assignments grouped by service name, showing which services have assigned this attribute group and their associated external assignment identifiers.
Changed property
name(object)The name for this attribute group.
New content type : application/vnd.ruckus.v1+json
- Changed content type :
application/json
Added property
attributeAssignments(object)The RADIUS attributes that are assigned to this group. Must contain at least one attribute assignment. Maximum of 1000 assignments allowed.
Added property
description(object)The description for this attribute group. Maximum length is 1000 characters.
Added property
name(object)The name for this attribute group. Maximum length is 255 characters.
- Changed response : 404 Not Found
RADIUS attribute group not found
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
attributeAssignmentsname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
attributeAssignments(object)The RADIUS attributes that are assigned to this group.
Deleted property
attributeCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
description(object)The the description for this attribute group.
Deleted property
externalAssignmentsCount(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
externalServiceAssignments(object)The number of attributes assigned to this attribute group. Allows sorting and filtering.
Deleted property
id(object)The unique identifier for this attribute group.
Deleted property
name(object)The the name for this attribute group.
- Changed response : 200 OK
RADIUS attribute group
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
attributeCount(object)The number of RADIUS attribute assignments within this attribute group. Allows sorting and filtering.
Changed property
description(object)The description for this attribute group.
Changed property
externalAssignmentsCount(object)The total count of external service assignments for this attribute group across all services. Allows sorting and filtering.
Changed property
externalServiceAssignments(object)The list of external service assignments grouped by service name, showing which services have assigned this attribute group and their associated external assignment identifiers.
Changed property
name(object)The name for this attribute group.
- Changed response : 400 Bad Request
Invalid id or content supplied
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
attributeCount(object)The number of RADIUS attribute assignments within this attribute group. Allows sorting and filtering.
Changed property
description(object)The description for this attribute group.
Changed property
externalAssignmentsCount(object)The total count of external service assignments for this attribute group across all services. Allows sorting and filtering.
Changed property
externalServiceAssignments(object)The list of external service assignments grouped by service name, showing which services have assigned this attribute group and their associated external assignment identifiers.
Changed property
name(object)The name for this attribute group.
- Added:
sizeinquery
Page size
- Added:
pageinquery
The page to retrieve (starts at zero).
- Added:
sortinquery
The field name to sort, comma separated from the sort order (asc or desc).
- Changed response : 200 OK
RADIUS Attribute Group Assignments
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json
- Changed response : 404 Not Found
RADIUS Attribute Group not found
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
content(object)Deleted property
empty(object)Deleted property
first(object)Deleted property
last(object)Deleted property
number(object)Deleted property
numberOfElements(object)Deleted property
pageable(object)Deleted property
size(object)Deleted property
sort(object)Deleted property
totalElements(object)Deleted property
totalPages(object)
New content type : application/vnd.ruckus.v1+json
- Changed content type :
application/json
Changed property
externalAssignmentIdentifier(object)The identifier for this external assignment and must be unique when combined with the service name. This identifier is used by the external service to reference the attribute group assignment. Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'assignment001', 'nas_controller_1', 'vpn_gateway_west'.
Changed property
serviceName(object)The name of the service that is using the attribute group. This identifies the target external system or application (e.g., 'wireless controller', 'VPN gateway', 'network access server', 'policy engine', 'authentication server'). Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'wireless controller', 'VPN gateway', 'network access server'.
New response : 404 Not Found
Radius Attribute not found.
- Changed response : 201 Created
Assignment created
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
externalAssignmentIdentifier(object)The identifier for this external assignment and must be unique when combined with the service name. This identifier is used by the external service to reference the attribute group assignment. Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'assignment001', 'nas_controller_1', 'vpn_gateway_west'.
Changed property
serviceName(object)The name of the service that is using the attribute group. This identifies the target external system or application (e.g., 'wireless controller', 'VPN gateway', 'network access server', 'policy engine', 'authentication server'). Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'wireless controller', 'VPN gateway', 'network access server'.
- Changed response : 409 Conflict
Invalid assignment details provided.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
externalAssignmentIdentifier(object)The identifier for this external assignment and must be unique when combined with the service name. This identifier is used by the external service to reference the attribute group assignment. Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'assignment001', 'nas_controller_1', 'vpn_gateway_west'.
Changed property
serviceName(object)The name of the service that is using the attribute group. This identifies the target external system or application (e.g., 'wireless controller', 'VPN gateway', 'network access server', 'policy engine', 'authentication server'). Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'wireless controller', 'VPN gateway', 'network access server'.
New response : 404 Not Found
Radius Attribute not found.
- Changed response : 200 OK
External Assignment to be deleted.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json
- Changed response : 204 No Content
External Assignment to be deleted.
- New content type :
application/vnd.ruckus.v1+json
- Changed response : 400 Bad Request
Invalid id supplied
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
- Changed response : 404 Not Found
RADIUS Attribute Group not found
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonAdded property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
- Changed response : 200 OK
RADIUS Attribute Group Assignment
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonChanged property
externalAssignmentIdentifier(object)The identifier for this external assignment and must be unique when combined with the service name. This identifier is used by the external service to reference the attribute group assignment. Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'assignment001', 'nas_controller_1', 'vpn_gateway_west'.
Changed property
serviceName(object)The name of the service that is using the attribute group. This identifies the target external system or application (e.g., 'wireless controller', 'VPN gateway', 'network access server', 'policy engine', 'authentication server'). Format: alphanumeric string with optional hyphens and underscores, maximum length of 255 characters. Examples: 'wireless controller', 'VPN gateway', 'network access server'.
- Changed response : 400 Bad Request
Invalid id supplied.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
idname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
dataType(object)The attribute name, as viewed in RADIUS.
Deleted property
id(object)The identifier for this RADIUS attribute.
Deleted property
name(object)The attribute name, as viewed in RADIUS.
Deleted property
showOnDefault(object)Indicates if this attribute should be shown by default.
Deleted property
vendorName(object)The vendor for this RADIUS attribute.
- Changed response : 404 Not Found
Radius Attribute not found.
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/jsonNew optional properties:
idname
Added property
debugMessage(object)Detailed debug message for developers.
Added property
errors(object)List of user friendly error details.
Added property
message(object)Human readable error message.
Added property
nestedErrors(object)List of nested validation errors.
Added property
requestId(object)Unique identifier for the request that caused the error.
Added property
status(object)HTTP status code indicating the type of error. This field contains error status codes (4xx for client errors and 5xx for server errors).
Added property
timestamp(object)Timestamp when the error occurred.
Deleted property
_links(object)Deleted property
dataType(object)The attribute name, as viewed in RADIUS.
Deleted property
id(object)The identifier for this RADIUS attribute.
Deleted property
name(object)The attribute name, as viewed in RADIUS.
Deleted property
showOnDefault(object)Indicates if this attribute should be shown by default.
Deleted property
vendorName(object)The vendor for this RADIUS attribute.
- Changed response : 200 OK
RADIUS Attribute
New content type :
application/vnd.ruckus.v1+jsonChanged content type :
application/json- Changed property
dataType(object)The data type of the RADIUS attribute, which determines how the attribute value is validated and formatted (e.g., IPADDR for IPv4 addresses, STRING for text, INTEGER for numeric values).
- Changed property