config_profile_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The config_profile_mgr_list_many method lists details of specific configuration profiles (player or edge server) on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
ids | The unique ID#s of the configuration profiles you want to list. | string | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the configuration profile. | bstypes:ResourceId | R |
name | The name of the configuration profile. | string | R |
active | Indicates whether or not the resource is active. | boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
configuration | Provides a complete list of the configuration profile's details, for example, Chromium activation, etc. | string | R |
component_signature | Default value is: config_profile_pages/1.0 | string | R |
min_version | The minimum software version to which the profile can apply, for example Broadsign Control Player v13.0 = 13.0 | string | R |
max_version | The maximum software version to which the profile can apply, if known. | string | R |
parent_id | The unique ID# of the configuration profile folder. | bstypes:ResourceId | R |