---
title: "Returns information about the given NFVO id"
method: GET
path: "/nfvo/{nfvo_id}"
tags: ["NFVO"]
---

# Returns information about the given NFVO id

`GET /nfvo/{nfvo_id}`

## Path parameters

- `nfvo_id` string, uuid, required

## Response `200`

Successful Operation

- 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

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `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)
