- Like automating the configuration creation and configuring APIC-EM PnP through the API's. The issue is unable to specify the image in the rule creation. Have tried using the "imageName", "imageVersion" & "imageId" . When executed the script with "imageId" set it fails to create the rule. May be trying to find the image locally and upload it. What needed is to reference the image already uploaded in APIC-EM.
one of the fundamental principles is to reference objects by ID, not by name. The IOS image needs to be referenced by is UUID (universally unique identifier), not by name.So modify the list config script to point to images. All you need to do is look up the image file, and get it's UUID and put that as the value.
Comments
0 comments
Please sign in to leave a comment.