ETSI NFV SOL005 Os-Ma-nfvo Network Service Management APIs

The RESTful protocols and data models of ETSI GS NFV-SOL 005 on the Os-Ma-nfvo reference point, between an OSS/BSS and an NFV orchestrator. Covers network service descriptor management, network service lifecycle management, NS fault and performance management, NFVI capacity information, VNF package management and VNF snapshot package management.

Documentation

Specifications

OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/APIVersion/APIVersion.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSDManagement/NSDManagement.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSDManagementNotification/NSDManagementNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSFaultManagement/NSFaultManagement.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSLCMCoordination/NSLCMCoordination.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/etsi/refs/heads/main/openapi/nfv-sol005/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nfv-sol005"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

APIVersion.yaml Raw ↑
openapi: 3.0.2

info:
  title: SOL005 - API version interface
  description: |
    SOL005 - API version Interface

    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to. In case of
    discrepancies the published ETSI Group Specification takes precedence.

    Please report bugs to Please report bugs to https://forge.etsi.org/rep/nfv/SOL005/issues

  contact:
    name: NFV-SOL WG
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.07.01_60/gs_nfv-sol005v030701p.pdf

servers:
  - url: http://127.0.0.1/
  - url: https://127.0.0.1/

paths:
  /nsd/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions

  /nsfm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions

  /nslcm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions

  /nspm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions

  /vnfpkgm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions