config_profile_mgr_add
Back to SOAP Architecture Method Reference
Description
The config_profile_mgr_add method adds a configuration profile (player or edge server) to your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| component_signature | Default value is: config_profile_pages/1.0 | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| max_version | The maximum software version to which the profile can apply, if known. | 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 |
| name | The name of the configuration profile. | string | R |
| parent_id | The unique ID# of the configuration profile folder. | bstypes:ResourceId | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the new configuration profile. | bstypes:ResourceId | R |
