Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History

readme.md

Custom Property Samples

This directory contains samples that demonstrate the use of the custom property endpoints. These samples are provided for reference purposes on an "as is" basis, and are without warranties of any kind.

For a list of the endpoints that you can use along with the parameters they accept, you can view the REST API interactive help page at https:///api_doc You can also retrieve a list of available endpoints through the api itself at the /api/help/versions and /api/help/resources endpoint.

The scripts in this directory include:

01_EventRegexProperties.py

This sample script demonstrates how to

  • get a list of regex event properties
  • create a new regex event property
  • get a regex event property by id
  • update an existing regex event property
  • start a find dependents task and check results when completed
  • start a deletion task to remove an existing regex event property

02_EventPropertyExpressions.py

This sample script demonstrates how to

  • get a list of event property expressions
  • create a new event property expression
  • get an event property expression by id
  • update an existing event property expression
  • delete an event property expression

03_FlowRegexProperties.py

This sample script demonstrates how to

  • get a list of flow regex properties
  • create a new flow regex property
  • get a flow regex property by id
  • update an existing flow regex property
  • start a find dependents task and check results when completed
  • start a deletion task to remove an existing flow regex property

04_FlowPropertyExpressions.py

This sample script demonstrates how to

  • get a list of flow property expressions
  • create a new flow property expression
  • get a flow property expression by id
  • update an existing flow property expression
  • delete a flow property expression