cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
830
Views
3
Helpful
1
Replies

Device stuck in pending Apic-em

Knutsen2004
Level 1
Level 1

Hi

Im running a setup with Prime Infrastructure and Apic-em and Im having a issue when deleting a PnP profile on PI the device is still in pending mode on Apic-em server and im not able to add the device to the PnP profile again.

Is there a command to clear the device in project on Apic-em ?

Apic-em version 1.6.0

Pi version 3.1

1 Reply 1

Seb Rupik
VIP Alumni
VIP Alumni

Have you tried using the APIC-EM API? you don't even need to write an external script. Just use the API documentation on the APIC-EM webGUI.

Find the project UID:

/pnp-project

List the devices under the project:

/pnp-project/{projectId}/device

Then delete the device from the project:

/pnp-project/{projectId}/device/{deviceId}

cheers,

Seb.