Toolpack:Creating the M2PA Configuration D
From TBwiki
		(Difference between revisions)
		
		
|  (Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating the M2PA Configuration}}    To create an M2PA configuration:  1- Select '''M2PA''' from the navigation p...") | |||
| (5 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| {{DISPLAYTITLE:Creating the M2PA Configuration}} | {{DISPLAYTITLE:Creating the M2PA Configuration}} | ||
| − | + | {| class="wikitable" | |
| + | |- | ||
| + | |rowspan="3"|This article applies to: | ||
| + | |'''Product''' | ||
| + | |'''Version''' | ||
| + | |- | ||
| + | |Tmedia | ||
| + | |2.9, 2.10, 3.0, 3.2 | ||
| + | |} | ||
| To create an M2PA configuration: | To create an M2PA configuration: | ||
| Line 26: | Line 33: | ||
| '''Path''' | '''Path''' | ||
| <pre> | <pre> | ||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name] | ||
| </pre> | </pre> | ||
| '''Parameters (text)''' | '''Parameters (text)''' | ||
| <pre> | <pre> | ||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name] | ||
| + | enabled         = true | ||
| + | name            = "@[m2pa_name]" | ||
| + | sctp_poll_timer = "1 second" | ||
| </pre> | </pre> | ||
| '''Parameters (json)''' | '''Parameters (json)''' | ||
| <pre> | <pre> | ||
| + | { | ||
| + |   "enabled" : true, | ||
| + |   "name" : "@[m2pa_name]", | ||
| + |   "sctp_poll_timer" : "1 second", | ||
| + |   "m2pa_saps" : { | ||
| + |   } | ||
| + | } | ||
| </pre> | </pre> | ||
| </div> | </div> | ||
Latest revision as of 14:39, 9 December 2020
| This article applies to: | Product | Version | 
| Tmedia | 2.9, 2.10, 3.0, 3.2 | 
To create an M2PA configuration:
1- Select M2PA from the navigation panel
2- Configure the M2PA service
- Make sure the box labelled Enabled is checked
- Enter a name for the M2PA service
- Click Create
3- Verify that the "M2ua Cfg was successfully created" message appears
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name] enabled = true name = "@[m2pa_name]" sctp_poll_timer = "1 second"
Parameters (json)
{
  "enabled" : true,
  "name" : "@[m2pa_name]",
  "sctp_poll_timer" : "1 second",
  "m2pa_saps" : {
  }
}




