---
title: "Adds a new NFVO"
method: POST
path: "/nfvo"
tags: ["NFVO"]
---

# Adds a new NFVO

`POST /nfvo`

## Request body

- Nfvo — A new NFVO
  - `id` string, uuid, required — Unique id
  - `name` string — The name for the new NFVO
  - `nfvoip` string, required — NFVO's authentication URL - example: http://10.200.64.2:5000/v3/
  - `nfvousername` string, required — The admin username
  - `nfvopassword` string, password, required — The admin password
  - `type` string — NFVO's type
  - `version` string — The version of the NFVO's OS
  - `description` string — A description for the NFVO
  - `config` object — Optional parameters regarding the NFVO operation - example: network: flat

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `405` — Invalid Input
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
