Skip to content

Latest commit

 

History

History
107 lines (64 loc) · 2.83 KB

VportsApi.md

File metadata and controls

107 lines (64 loc) · 2.83 KB

VportsApi

All URIs are relative to **

Method HTTP request Description
inventoryRegularvportPost POST /1.0.0/inventory/regularvport Create VPort for physical endpoint
inventoryVnfVportPost POST /1.0.0/inventory/vnf/vport Create VNF VPort
inventoryVportByVportuuidGet GET /1.0.0/inventory/vport/{vportuuid} Get information about the specified VPort

inventoryRegularvportPost

Create VPort for physical endpoint

Create VPort representing a VLAN on a Physical Ethernet Port

Example

TelstraTPN inventoryRegularvportPost

Parameters

Name Type Description Notes
body InventoryRegularvportRequest [optional]

Return type

InventoryRegularvportResponse

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

inventoryVnfVportPost

Create VNF VPort

Create VNF VPort

Example

TelstraTPN inventoryVnfVportPost

Parameters

Name Type Description Notes
body InventoryVnfVportRequest [optional]

Return type

InventoryVnfVportResponse

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

inventoryVportByVportuuidGet

Get information about the specified VPort

Get information about the specified VPort

Example

TelstraTPN inventoryVportByVportuuidGet vportuuid=value

Parameters

Name Type Description Notes
vportuuid string Unique identifier representing a specific virtual port

Return type

array[EndpointPort]

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]