Create physical reservations using logical reservations
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create physical reservations using logical reservations

  • Dark
    Light
  • PDF

Article summary

Post
/sections/{id}/create_phys_from_logical/

Operation is used to create physical reservations from all logical reservations belonging to the circuit section with the id

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of circuit section

Responses
200

List of created physical reservations

Array of object

List of created physical reservations

object
circuit
string (url)

Reservation circuit

circuitOrder
integer

Reservation circuit order number

component
string

Reservation component name

componentAttenuation
number (float)

Reservation component attenuation

componentId
integer

Reservation component Id

componentLength
number (float)

Reservation component length

componentState
string

Reservation component state

componentType
string

Reservation component type

container
string

Reservation container name

containerId
integer

Reservation container Id

containerState
string

Reservation container state

containerType
string

Reservation container type

lineLocation
string (ewkt)

Linear geographical location of component

pointLocation
string (ewkt)

Point geographical location of component

section
string (url)

Reservation section

topContainer
string

Reservation top container name

topContainerId
integer

Reservation top container Id

topContainerState
string

Reservation top container state

topContainerType
string

Reservation top container type

401

Authentication credentials are missing or invalid

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

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?