Appgroup
4 posts tagged with "Appgroup"
delete-appgroup
function
The delete-appgroup action deletes an appgroup from an account. It belongs to the appgroup category within the platform area.
Action Syntax
delete-appgroup $variable
A variable name starting with $
delete-appgroup "text"
A quoted text string
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = delete-appgroup
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = delete-appgroup $name
Action code: 209747268
Version: 0.6.4-0
Last updated: 2025-06-13
is-appgroup-available
function
The is-appgroup-available action tests if specified app group is available. It belongs to the appgroup category within the platform area.
Action Syntax
is-appgroup-available $variable
A variable name starting with $
is-appgroup-available @reference
A reference starting with @
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = is-appgroup-available
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-appgroup-available $name
Action code: 2524556287
Version: 0.6.4-0
Last updated: 2025-06-13
my-approups
function
The my-approups action lists your rhappsody account app groups. It belongs to the appgroup category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
GROUP
value that can be stored in a variable:
$result = my-approups
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
my-approups
Action code: 830272223
Version: 0.6.4-3
Last updated: 2025-06-13
new-appgroup
function
The new-appgroup action adds a new app group to your account. It belongs to the appgroup category within the platform area.
Action Syntax
new-appgroup $variable
A variable name starting with $
new-appgroup "text"
A quoted text string
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = new-appgroup
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = new-appgroup $name
Action code: 1550065103
Version: 0.6.4-5
Last updated: 2025-06-13