Api session event editor netfunction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor netfunction add|add]] | | [[Api session event editor netfunction add|add]] | ||
|Add new [[Net Function]] | | Add new [[Net Function]] | ||
|- | |- | ||
|[[Api session event editor netfunction append attribute|append_attribute]] | | [[Api session event editor netfunction append attribute|append_attribute]] | ||
|Appended to existing [[Net Function]] [[Attribute]] value | | Appended to existing [[Net Function]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor netfunction import|import]] | | [[Api session event editor netfunction import|import]] | ||
|Import multiple [[Net Function]]s | | Import multiple [[Net Function]]s | ||
|- | |- | ||
|[[Api session event editor netfunction remove|remove]] | | [[Api session event editor netfunction remove|remove]] | ||
|Remove existing [[Net Function]] | | Remove existing [[Net Function]] | ||
|- | |- | ||
|[[Api session event editor netfunction remove attribute|remove_attribute]] | | [[Api session event editor netfunction remove attribute|remove_attribute]] | ||
|Remove [[Attribute]] from [[Net Function]] | | Remove [[Attribute]] from [[Net Function]] | ||
|- | |- | ||
|[[Api session event editor netfunction set attribute|set_attribute]] | | [[Api session event editor netfunction set attribute|set_attribute]] | ||
|Set [[Net Function]] [[Attribute]] value | | Set [[Net Function]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor netfunction set attributes|set_attributes]] | | [[Api session event editor netfunction set attributes|set_attributes]] | ||
|Set multiple [[Net Function]] [[Attribute]] values | | Set multiple [[Net Function]] [[Attribute]] values | ||
|- | |- | ||
|[[Api session event editor netfunction set name|set_name]] | | [[Api session event editor netfunction set name|set_name]] | ||
|Set new name of existing [[Net Function]] | | Set new name of existing [[Net Function]] | ||
|} | |} | ||
| Line 36: | Line 36: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor netfunction remove all attributes|remove_all_attributes]] | | [[Api session event editor netfunction remove all attributes|remove_all_attributes]] | ||
|Remove All [[Attribute]]s | | Remove All [[Attribute]]s | ||
|- | |- | ||
|[[Api session event editor netfunction set type|set_type]] | | [[Api session event editor netfunction set type|set_type]] | ||
|Set Type | | Set Type | ||
|} | |} | ||
{{article end|seealso=*[[Api Session Endpoints]] | {{article end|seealso=*[[Api Session Endpoints]] | ||
Revision as of 11:40, 8 June 2026
API Endpoint: api/session/event/editornetfunction/
API endpoints for Net Function editing.
| Name | Description |
|---|---|
| add | Add new Net Function |
| append_attribute | Appended to existing Net Function Attribute value |
| import | Import multiple Net Functions |
| remove | Remove existing Net Function |
| remove_attribute | Remove Attribute from Net Function |
| set_attribute | Set Net Function Attribute value |
| set_attributes | Set multiple Net Function Attribute values |
| set_name | Set new name of existing Net Function |
Additional API endpoints:
| Name | Description |
|---|---|
| remove_all_attributes | Remove All Attributes |
| set_type | Set Type |