Application Administration
You can use the iCDR administrative console to create, list, lock, unlock and get information about applications within the iCDR instance.
Viewing Applications
You can view applications in the system using the application.list command, specifying optional filter paramters.
> application.list
SID Name Last Auth. Lockout ILA A
010cc4e0-d8ff-11eb-8249-00155d640b09 Create-Application-Te... 0 *
ebb1fb1a-d8d1-11eb-8249-00155d640b09 test2 0 *
e30f0976-d8d1-11eb-8249-00155d640b09 test 0 *
a01a3472-d36f-11eb-8248-00155d640b09 Create-Application-Test 0 *
bc8221bc-9cbd-11eb-be65-00155d640b09 test-new4 0 *
a9ada8ae-9cbd-11eb-be65-00155d640b09 test-new3 0 *The optional filter parameters for application.list are:
Parameter
Description
Example
-l
Filter on locked status
application.list -l
-a
Include non-active application
application.list -a
Adding Applications
You can add an application to the iCDR instance using the application.add command and specifying the name you wish to give to the application.
The parameters for application.add are:
Parameter
Description
Example
-s
The application secret to set
application.add <application_name> -s s3CreT
-g
The policies to grant deny application
application.add <application_name> -g 1.3.6.1.4.1.33349.3.1.5.9.2.999
-d
The policies to deny the application
application.add <application_name> -d 1.3.6.1.4.1.33349.3.1.5.9.2.999
-n
A description/note to add to the application
application.add <application_name> -n SPECIAL_APPLICATION_NOTE
Locking/Unlocking Applications
To lock or unlock an application, the application.lock command with our without the -l flag to specify whether the lock should be set or unset.
To lock the application "Create-Application-Test":
To unlock the application "Create-Application-Test":
Deleting/Undeleting Applications
To delete an application, the application.del command is used specifiying the application name.
To delete the application "Create-Application-Test":
To undelete an application, the application.undel command is used specifying the application name.
To undelete the application "Create-Application-Test":
Assigning Policies to an Application
To assign a policy to an application please visit 'Assigning Policies' section of Policy Administration.
Application Info View
You can get extended information about a particular application by using the application.info command and specifying the application name. For example, to get information about the application Create-Application-Test:
Last updated
Was this helpful?