Created a device under a given project via an API post to "/pnp-project/{projectId}/device". Need to specifiy the JSON format config-template which goes with that device for PnP.
The API documentation states that it should specifiy "configId (string, optional)" when creating the device but unable to see where to query APIC-EM to obtain a valid "configId" which matches the JSON-config-template file. Got pre-defined under "Network Plug and Play" --> "Configurations".
What need to be done to query the list of all the JSON-config-template files and their corresponding configID's.
You can use the fileservice to get the file ID. Try:
There is a configId form /pnp-device
Comments
0 comments
Please sign in to leave a comment.