Create new Logical connection
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new Logical connection

  • Dark
    Light
  • PDF

Article summary

Post
/ccp-connections/

Operation is used to create new logical connection. Available from product version 3.4.0.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Logical connection to be created

object
attenuation
number (float)

Connection attenuation

cableLength
number (float)

Cable length

ccp1Id
integer Required

Cross connection point 1 id. Can not be used when patching an existing logical connection.

ccp2Id
integer Required

Cross connection point 2 id. Can not be used when patching an existing logical connection.

constState
integer

Construction state id

directionId
integer

Direction id

Responses
201

created logical connection data

object
attenuation
number (float)

Connection attenuation

cableLength
number (float)

Cable length

ccp1Id
integer

Cross connection point 1 id. Can not be used when patching an existing logical connection.

ccp1PremId
integer

Cross connection point 1 premises id

ccp1TermId
integer

Cross connection point 1 terminal id

ccp2Id
integer

Cross connection point 2 id. Can not be used when patching an existing logical connection.

ccp2PremId
integer

Cross connection point 2 premises id

ccp2TermId
integer

Cross connection point 2 terminal id

connectionType
integer

Connection type id

constState
integer

Construction state id

directionId
integer

Direction id

id
integer

Primary key

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

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error


Was this article helpful?