Skip to content

Latest commit

 

History

History
174 lines (105 loc) · 5.16 KB

EndpointsApi.md

File metadata and controls

174 lines (105 loc) · 5.16 KB

EndpointsApi

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

eis100EndpointsAssignTopologyTagByEndpointuuidPost

Assign a Topology Tag to an Endpoint

Assign a Topology Tag to an Endpoint

Example

TelstraTPN eis100EndpointsAssignTopologyTagByEndpointuuidPost endpointuuid=value

Parameters

Name Type Description Notes
endpointuuid string Unique identifier representing a specific endpoint
body Eis100EndpointsAssignTopologyTagRequest [optional]

Return type

array[SuccessFragment]

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]

inventoryEndpointByEndpointuuidGet

Get information about the specified endpoint

Get information about the specified endpoint

Example

TelstraTPN inventoryEndpointByEndpointuuidGet endpointuuid=value

Parameters

Name Type Description Notes
endpointuuid string Unique identifier representing a specific endpoint

Return type

InventoryEndpointResponse

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]

inventoryEndpointsCustomeruuidByCustomeruuidGet

Get list of endpoints for a customer

Get list of endpoints for a customer

Example

TelstraTPN inventoryEndpointsCustomeruuidByCustomeruuidGet customeruuid=value

Parameters

Name Type Description Notes
customeruuid string Unique identifier representing a specific customer

Return type

InventoryEndpointsCustomeruuidResponse

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]

inventoryRegularendpointPost

Create Physical (Port) Endpoint

Create Physical (Port) Endpoint

Example

TelstraTPN inventoryRegularendpointPost

Parameters

Name Type Description Notes
body InventoryRegularendpointRequest [optional]

Return type

array[InventoryRegularendpointResponse]

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]

inventoryVnfendpointPost

Create VNF Endpoint

Create VNF Endpoint

Example

TelstraTPN inventoryVnfendpointPost

Parameters

Name Type Description Notes
body InventoryVnfendpointRequest [optional]

Return type

array[InventoryVnfendpointResponse]

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]