Create network is not an async job, while deletion is. You could check http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/TOC_Root_Admin.html to know which APIs are async and which are not. createNetwork just makes a db entry, the network is not implemented when you fire createNetwork API.
-----Original Message----- From: Geolemo Geolemo [mailto:geol...@gmail.com] Sent: Monday, March 18, 2013 11:11 PM To: cloudstack-users@incubator.apache.org Subject: I can't detect"com.cloud.api.commands.CreateNetworkCmd" command via listAsyncJobs Hi, I'm trying to use listAsyncJobs API call to detect network creation, but "com.cloud.api.commands.CreateNetworkCmd" command never appears in async jobs queue. Others commands like "com.cloud.api.commands.DeleteNetworkCmd " appears without problem, but no the creation job!! Any idea about this? Thanks! Jorge