Api session event editor netfunction: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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]] numeric [[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 numeric [[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]] numeric [[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]] numeric [[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]]

Latest revision as of 12:22, 17 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 numeric Attribute value
import Import multiple Net Functions
remove Remove existing Net Function
remove_attribute Remove numeric Attribute from Net Function
set_attribute Set Net Function numeric Attribute value
set_attributes Set multiple Net Function numeric 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