You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to delete external generic systems, and I'm getting an error that the link is "Generic system with ID ySJSF_zvEuRX8mgTLU4 can not be deleted while it has attached links"
I could not find any function to delete the links. below is my code
for gsnode in generics:
try:
for key in bp_nodes:
# deleting the external generic systems
if bp_nodes[key]['hostname'] == gsnode['gsname']:
print('deleteing ',bp_nodes[key]['hostname'])
aos.blueprint.delete_external_generic_system(
bp_id=bp.id,
node_id=bp_nodes[key]['id'],
)
print('deleted ', bp_nodes[key]['hostname'])
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to delete external generic systems, and I'm getting an error that the link is "Generic system with ID ySJSF_zvEuRX8mgTLU4 can not be deleted while it has attached links"
I could not find any function to delete the links. below is my code
Thank you
The text was updated successfully, but these errors were encountered: