Api session event editor netfunction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API api session event | API Endpoint: api/session/event/editornetfunction/ | ||
API endpoints for [[Net Function]] editing. | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction add|add]] | ||
|Add new [[Net Function]] | | Add new [[Net Function]] | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction append attribute|append_attribute]] | ||
|Appended to existing [[Net Function]] | | Appended to existing [[Net Function]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction import|import]] | ||
|Import multiple [[Net Function]]s | | Import multiple [[Net Function]]s | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction remove|remove]] | ||
|Remove existing [[Net Function]] | | Remove existing [[Net Function]] | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction remove attribute|remove_attribute]] | ||
|Remove | | Remove numeric [[Attribute]] from [[Net Function]] | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction set attribute|set_attribute]] | ||
|Set [[Net Function]] | | Set [[Net Function]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction set attributes|set_attributes]] | ||
|Set multiple [[Net Function]] | | Set multiple [[Net Function]] numeric [[Attribute]] values | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction set name|set_name]] | ||
|Set new name of existing [[Net Function]] | | Set new name of existing [[Net Function]] | ||
|} | |} | ||
Additional API endpoints: | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction remove all attributes|remove_all_attributes]] | ||
|Remove All | | Remove All [[Attribute]]s | ||
|- | |- | ||
|[[ | | [[Api session event editor netfunction set type|set_type]] | ||
|Set Type | | Set Type | ||
|} | |} | ||
{{article end|seealso=*[[Api | {{article end|seealso=*[[Api Session Endpoints]] | ||
*[[Api session items netfunctions]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
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 |