Skip to main content

Module standardize

Module standardize 

Source
Expand description

Standardize call management operations

Functions for managing CFG_SFCALL (standardize calls) and CFG_SBOM (standardize bill of materials) configuration sections.

Structs§

AddStandardizeCallElementParams
Parameters for adding a standardize call element
AddStandardizeCallParams
Parameters for adding a standardize call
DeleteStandardizeCallElementParams
Parameters for deleting a standardize call element
SetStandardizeCallElementParams
Parameters for setting a standardize call element
SetStandardizeCallParams
Parameters for setting (updating) a standardize call

Functions§

add_standardize_call
Add a new standardize call
add_standardize_call_element
Add a standardize call element (SBOM record)
delete_standardize_call
Delete a standardize call by ID
delete_standardize_call_element
Delete a standardize call element
get_standardize_call
Get a single standardize call by ID
list_standardize_calls
List all standardize calls with resolved names
set_standardize_call
Update a standardize call (stub - not implemented in Python)
set_standardize_call_element
Update a standardize call element (stub - not typically used)