API Runtime
Transactions
Each REST API request is processed in one transaction, independent of other API requests. For example, the calls below would be processed as separate transactions:
POST /api/v1/ServerProfiles/100
POST /api/v1/ServerProfiles/101
POST /api/v1/LanConnectivityPolicy/200
Eventual Consistency
The Intersight Web service is a distributed, eventually-consistent object model. Informally, Intersight guarantees that, if no new updates are made to a given data item, eventually all accesses to that item will return the last updated value.
In particular, the Intersight search service does not guarantee that search results will be immediately available after sending a POST, PATCH, or DELETE request.