Skip to content

systemgroup

System Groups

show | delete | set | add

show systemgroup

Use this operation to get system groups

Synopsys

show systemgroup [id=<string>]

Parameters

id

Id is system generated key for all the system groups

delete systemgroup

Use this operation to delete system group(s)

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete systemgroup id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all the system groups

This is a mandatory parameter.

set systemgroup

Use this operation to modify system group

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set systemgroup id=<string> [allow_application_only=(false | true)] [assign_all_apps=(false | true)] [name=<string>] [role=<string>] [session_timeout=<int>] [tenant_id=<string>] [session_timeout_unit=<string>] [enable_session_timeout=(false | true)] [permission=<string>] [assign_all_devices=(false | true)] [application_names_with_regex=<string...>] [application_names=<string...>] [users=<string...>] [standalone_instances_id=<string...>] [application_names_without_regex=<string...>] [roles=<string...>]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all the system groups

This is a mandatory parameter.

allow_application_only

Checks if only application centic page is needed

assign_all_apps

Assign All Applications (YES|NO)

name

Group Name

role

Role (admin|nonadmin)

session_timeout

Session timeout for the Group

tenant_id

Id of the tenant

session_timeout_unit

Session timeout unit for the Group

enable_session_timeout

Enables session timeout for group

permission

Permission for the group (admin/read-only)

assign_all_devices

Assign All Instances (YES|NO)

application_names_with_regex

Application names defined with regex that are part of this group

application_names

All Application names that are part of this group.This includes selected appnames as well as applications which are result of defined regex

users

Users belong to the group

standalone_instances_id

Stand alone instances belong to this groupp

application_names_without_regex

selected application names that are part of this group

roles

Roles assigned to the group

add systemgroup

Use this operation to add system group

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add systemgroup name=<string> permission=<string> [allow_application_only=(false | true)] [assign_all_apps=(false | true)] [role=<string>] [session_timeout=<int>] [tenant_id=<string>] [session_timeout_unit=<string>] [enable_session_timeout=(false | true)] [assign_all_devices=(false | true)] [application_names_with_regex=<string...>] [application_names=<string...>] [users=<string...>] [standalone_instances_id=<string...>] [application_names_without_regex=<string...>] [roles=<string...>]

Parameters {#parameters-3 style="margin-left: 20px;"}

name

Group Name

This is a mandatory parameter.

permission

Permission for the group (admin/read-only)

This is a mandatory parameter.

allow_application_only

Checks if only application centic page is needed

assign_all_apps

Assign All Applications (YES|NO)

role

Role (admin|nonadmin)

session_timeout

Session timeout for the Group

tenant_id

Id of the tenant

session_timeout_unit

Session timeout unit for the Group

enable_session_timeout

Enables session timeout for group

assign_all_devices

Assign All Instances (YES|NO)

application_names_with_regex

Application names defined with regex that are part of this group

application_names

All Application names that are part of this group.This includes selected appnames as well as applications which are result of defined regex

users

Users belong to the group

standalone_instances_id

Stand alone instances belong to this groupp

application_names_without_regex

selected application names that are part of this group

roles

Roles assigned to the group

Was this article helpful?