Gets the CAS registered applications for a specified namespace.
| namespace | Namespace required to get CAS registered applications |
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
The following conditions must be met in order to call this operation.
Namesapace should exist
List of CAS registered applications for the specific namespace
| Field | Description | Type | Notes |
| cas_registered_applications | |||
| cas_registered_application |
0-* Elements |
||
| application_id | Application ID. Can be set via CAS API. May be empty. | String | |
| application_version | Application version. Can be set via CAS API. May be empty. | String | |
| sdk_version | SDK version used by application to connect to CAS head. | String | |
| hostname | Hostname of the client used to access CAS head. | String | |
| profile | Profile name used to access CAS head | String | |
| os | Operation system of the client | String | |
| authentications | Number of authentications for this app registration entry | Integer | |
| first_authentication | Timestamp of the first authentication | Long | |
| latest_authentication | Timestamp of the latest authentication | Long |
GET https://192.168.0.0:4443/object/user-cas/applications/ns1 HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <cas_registered_applications/>