Connect a cable to a terminal
  • 28 Aug 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Connect a cable to a terminal

  • Dark
    Light
  • PDF

Article summary

Post
/cables/connect_to_terminal

Operation is used to connect a cable to a terminal. Connection will be created automatically if necessary. Available from product version 3.6.3.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Cable to terminal connection details

object
cable
integer Required

Cable ID

direction
string Required

Which end of the cable to connect to

Valid values[ "B", "E", "T" ]
premise
integer Required

Telecom Premise ID

startConnector
integer Required

Starting connector to connect from terminal

startThread
integer Required

Starting thread to connect from cable

terminal
integer Required

Terminal ID

threadCount
integer Required

Number of threads to connect from cable and terminal

Responses
201

Connection creation confirmation

object

cable connected to terminal

details
string

Detailed description

400

There was an error in request. Usually field validation failed.

object

Fields which failed validation

property*
Array of string additionalProperties

List of validation errors for this fieldname

string

Validation error

409

Connection couldn't be created automatically. Either the cable or telecom premise doesn't have a location or the chosen cable end is not the closest one to the target.

object

Connection errors

property*
Array of string additionalProperties

List of connection errors

string

Connection error


Was this article helpful?

What's Next