All URIs are relative to **
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 |
Assign a Topology Tag to an Endpoint
Assign a Topology Tag to an Endpoint
TelstraTPN eis100EndpointsAssignTopologyTagByEndpointuuidPost endpointuuid=value
Name | Type | Description | Notes |
---|---|---|---|
endpointuuid | string | Unique identifier representing a specific endpoint | |
body | Eis100EndpointsAssignTopologyTagRequest | [optional] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get information about the specified endpoint
Get information about the specified endpoint
TelstraTPN inventoryEndpointByEndpointuuidGet endpointuuid=value
Name | Type | Description | Notes |
---|---|---|---|
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]
Get list of endpoints for a customer
Get list of endpoints for a customer
TelstraTPN inventoryEndpointsCustomeruuidByCustomeruuidGet customeruuid=value
Name | Type | Description | Notes |
---|---|---|---|
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]
Create Physical (Port) Endpoint
Create Physical (Port) Endpoint
TelstraTPN inventoryRegularendpointPost
Name | Type | Description | Notes |
---|---|---|---|
body | InventoryRegularendpointRequest | [optional] |
array[InventoryRegularendpointResponse]
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Create VNF Endpoint
Create VNF Endpoint
TelstraTPN inventoryVnfendpointPost
Name | Type | Description | Notes |
---|---|---|---|
body | InventoryVnfendpointRequest | [optional] |
array[InventoryVnfendpointResponse]
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]