All URIs are relative to https://penapi.pacnetconnect.com
Method | HTTP request | Description |
---|---|---|
Eis100EndpointsAssignTopologyTagByEndpointuuidPost | Post /eis/1.0.0/endpoints/{endpointuuid}/assign_topology_tag | Assign a Topology Tag to an Endpoint |
InventoryEndpointByEndpointuuidGet | Get /1.0.0/inventory/endpoint/{endpointuuid} | Get information about the specified endpoint |
InventoryEndpointsCustomeruuidByCustomeruuidGet | Get /1.0.0/inventory/endpoints/customeruuid/{customeruuid} | Get list of endpoints for a customer |
InventoryRegularendpointPost | Post /1.0.0/inventory/regularendpoint | Create Physical (Port) Endpoint |
InventoryVnfendpointPost | Post /1.0.0/inventory/vnfendpoint | Create VNF Endpoint |
[]SuccessFragment Eis100EndpointsAssignTopologyTagByEndpointuuidPost(ctx, endpointuuid, optional) Assign a Topology Tag to an Endpoint
Assign a Topology Tag to an Endpoint
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
endpointuuid | string | Unique identifier representing a specific endpoint | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
endpointuuid | string | Unique identifier representing a specific endpoint | |
body | Eis100EndpointsAssignTopologyTagRequest |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InventoryEndpointResponse InventoryEndpointByEndpointuuidGet(ctx, endpointuuid) Get information about the specified endpoint
Get information about the specified endpoint
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
endpointuuid | string | Unique identifier representing a specific endpoint |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InventoryEndpointsCustomeruuidResponse InventoryEndpointsCustomeruuidByCustomeruuidGet(ctx, customeruuid) Get list of endpoints for a customer
Get list of endpoints for a customer
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
customeruuid | string | Unique identifier representing a specific customer |
InventoryEndpointsCustomeruuidResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]InventoryRegularendpointResponse InventoryRegularendpointPost(ctx, optional) Create Physical (Port) Endpoint
Create Physical (Port) Endpoint
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 | InventoryRegularendpointRequest |
[]InventoryRegularendpointResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]InventoryVnfendpointResponse InventoryVnfendpointPost(ctx, optional) Create VNF Endpoint
Create VNF Endpoint
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 | InventoryVnfendpointRequest |
[]InventoryVnfendpointResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]