Expand description
Standardize call management operations
Functions for managing CFG_SFCALL (standardize calls) and CFG_SBOM (standardize bill of materials) configuration sections.
Structs§
- AddStandardize
Call Element Params - Parameters for adding a standardize call element
- AddStandardize
Call Params - Parameters for adding a standardize call
- Delete
Standardize Call Element Params - Parameters for deleting a standardize call element
- SetStandardize
Call Element Params - Parameters for setting a standardize call element
- SetStandardize
Call Params - 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)