v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433161130.9 KB

Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.

A network operation is any operation that is done to your network, such as network instance instantiation or termination.

get/sol/nslcm/v1/ns_lcm_op_occs/{nsLcmOpOccId}

Path parameters

nsLcmOpOccIdstring required

The identifier of the network operation.

Response

Success

arnstring required

Network operation ARN.

idstring

ID of this network operation occurrence.

lcmOperationType'INSTANTIATE' | 'UPDATE' | 'TERMINATE'

Type of the operation represented by this occurrence.

nsInstanceIdstring

ID of the network operation instance.

operationState'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLING' | 'CANCELLED'

The state of the network operation.

tagsobject

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

updateType'MODIFY_VNF_INFORMATION' | 'UPDATE_NS'

Type of the update. Only present if the network operation lcmOperationType is <code>UPDATE</code>.