Logo
Swift API Sandbox Collections API Documentation

NAK a distribution.

POST {{baseUrl}}/alliancecloud/v1/distributions/:id/naks

Send a NAK information about a distribution. A valid NAK on a distribution will remove the distribution from the list of available distributions, and mark the distribution as 'failed to be distributed' in Alliance Cloud.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://sandbox.swift.com/alliancecloud/v1/distributions/:id/naks' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"reason":"Unable to contact storage system."}'

ENDPOINTS