v1

latestSwagger 2.02026-07-17176789777.3 KB
idempotence_identifiers

Creates an idempotence identifier

The idempotence_identifiers API allows users to generate an idempotent UUID with a user-provided identifier. The idempotent UUIDs can later be passed in POST requests. By default, Nutanix v3 APIs do not allow for operations to be created with user-provided UUIDs; each POST request received by the API gateway results in a UUID4 being automatically generated and returned in the response JSON.

post/idempotence_identifiers

Request body

client_identifierstring

The client identifier string.

countinteger required

The number of idempotence identifiers provided.

valid_duration_in_minutesinteger

Number of minutes from creation time for which idempotence identifier uuid list is valid.

Response

Success

client_identifierstring

The client identifier string.

countinteger required

The number of idempotence identifiers provided.

expiration_timestring date-time

The expiration time (with reference to system time). Value is creation time + valid_duration

uuid_liststring[] required