v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198892.8 KB

Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

post/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeNodeAssociationStatus

Headers

X-Amz-Target'OpsWorksCM_V2016_11_01.DescribeNodeAssociationStatus' required

Request body

NodeAssociationStatusTokenstring required

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

ServerNamestring required

The name of the server from which to disassociate the node.

Response

Success

NodeAssociationStatus'SUCCESS' | 'FAILED' | 'IN_PROGRESS'
<p>The status of the association or disassociation request. </p> <p class="title"> <b>Possible values:</b> </p> <ul> <li> <p> <code>SUCCESS</code>: The association or disassociation succeeded. </p> </li> <li> <p> <code>FAILED</code>: The association or disassociation failed. </p> </li> <li> <p> <code>IN_PROGRESS</code>: The association or disassociation is still in progress. </p> </li> </ul>