Get Topology Names
Description: Retrieve the list of blueprint names in the loaded package. The returned names are used in other functions as the blueprint identifiers.
Signature: get_topology_names()
Parameters:
Name | Direction | Required | Description |
---|---|---|---|
Out | The list of blueprints that exist in the loaded package. |
Sample:
`packageEditor.get_topology_names()`
`output: ['TestEnvironment1']`