All URIs are relative to https://penapi.pacnetconnect.com
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 |
InventoryRegularvportResponse InventoryRegularvportPost(ctx, optional) Create VPort for physical endpoint
Create VPort representing a VLAN on a Physical Ethernet Port
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
body | InventoryRegularvportRequest |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InventoryVnfVportResponse InventoryVnfVportPost(ctx, optional) Create VNF VPort
Create VNF VPort
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
body | InventoryVnfVportRequest |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]EndpointPort InventoryVportByVportuuidGet(ctx, vportuuid) Get information about the specified VPort
Get information about the specified VPort
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
vportuuid | string | Unique identifier representing a specific virtual port |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]