v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433161130.9 KB

Updates the operational state of a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.

patch/sol/nsd/v1/ns_descriptors/{nsdInfoId}

Path parameters

nsdInfoIdstring required

ID of the network service descriptor in the network package.

Request body

nsdOperationalState'ENABLED' | 'DISABLED' required

Operational state of the network service descriptor in the network package.

Response

Success

nsdOperationalState'ENABLED' | 'DISABLED' required

Operational state of the network service descriptor in the network package.