IPV4_SECURE_UNICAST

All the reverse entity references for this entity

This Service Interface exposes the set of basic operations needed for manual correlation.

Operations
Behaviour
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes two operations for publishing updates of correlation status, either immediately on a specific flight when updated, or periodically for all flights.

Operations

This operation periodically sends the correlation status for all flights to subscribers, and thus they are aware of the latest correlation status of all flights.
Correlation data are sent every 4 seconds (time period of radar updates).
CCS starts distributing correlation data for an SFPL when this SFPL is eligible for correlation or if it is MANUALLY_CORRELATED..

Synchronous
ASYNCHRONOUS
TI Protocol Methods
transfer
Operation Message
Processing Consideration
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the technical operation that allows the consumer to get the current correlation status of all flights on request. It is typically used when starting the Service, for initialisation.

Operations
Behaviour
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the technical operation that allows the consumer (operational supervisor, technical supervisor...) to get the current state of Airspace planning data on request. It is typically used when starting the Service, for initialisation.

Operations

If airspaceStatusRequested is filled, this operation allows a consumer to get the applicable airspace planning data related to all the relevant airspaces (ARES and/or CDR according to its request).
Only the ARES and CDR having at least 1 timesheet are received as a response to this request.

If airspaceName is filled, this operation allows a consumer to get the applicable airspace planning data related to the designated airspace (ARES or CDR).
If the designated airspace doesn’t have any timesheet, no airspace planning data is received..

Synchronous
SYNCHRONOUS
Precondition
Either airspaceStatusRequested or airspaceName should be filled.
TI Protocol Methods
transfer
Processing Consideration
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the operations for publishing on-line updates of Airspace planning data on a specific airspace immediately when updated.

Operations

In case of dynamic modification of an ARES planning, this operation performs the publication of the new or updated planning of this ARES to the subscribed service consumers.

The publication message contains the description of the planning of the given ARES (upper and lower flight levels, timesheet period, periodicity, ...)..

Synchronous
ASYNCHRONOUS
TI Protocol Methods
transfer

In case of dynamic modification of a CDR planning, this operation performs the publication of the new or updated planning of this CDR to the subscribed service consumers.

The publication message contains the description of the planning of the given CDR (the Open/Closed status, upper and lower flight levels, timesheet period, periodicity, ...)..

Synchronous
ASYNCHRONOUS
TI Protocol Methods
transfer
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This service Interface exposes the operations for publishing on-line updates of Airspace Status data on a specific airspace immediately when updated.

Operations

In case of dynamic modification of an ARES activation status, this operation performs the publication of the new status and data related to the updated ARES to the subscribed service consumers..

Synchronous
ASYNCHRONOUS
TI Protocol Methods
transfer
Operation Message

In case of dynamic modification of a CDR status, this operation performs the publication of the new status and data related to the updated CDR to the subscribed service consumers.

The publication message contains the description of the status of the given CDR.

The CDR status is based on 2 attributes of the publication message:
- cdrStatus (its value is Open or Closed)
- cdrLockStatus (its value is Locked or Unlocked)
cdrStatus is provided only if cdrLockStatus is Locked. If cdrLockStatus is Unlocked, the Open/Closed status of the CDR can be deduced from the timetable.
.

Synchronous
ASYNCHRONOUS
TI Protocol Methods
transfer
Operation Message
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the technical operation that allows the consumer (operational supervisor, technical supervisor...) to get the current state of Airspace status data on request. It is typically used when starting the Service, for initialisation.

Operations

If airspaceStatusRequested is filled, this operation allows a consumer to get the applicable airspace status data related to all the relevant airspaces (ARES and/or CDR according to its request).

If airspaceName is filled, this operation allows a consumer to get the applicable airspace status data related to the designated airspace (ARES or CDR)..

Synchronous
SYNCHRONOUS
Precondition
Either airspaceStatusRequested or airspaceName should be filled.
TI Protocol Methods
transfer
Operation Message
Processing Consideration
Behaviour
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the operation for publishing monitoring aids information for a flight, when this information is updated.

Operations

This operation sends the monitoring aids information of a flight when it is updated. As long as there is no update, the monitoring aids information of the last received message remains applicable.

A first notification is sent when the flight correlate for the 1st time (1st progression report), and then a notification is sent each time a deviation is created, removed or modified (ex: when the deviation amplitude is changed)..

Idempotent
NON_IDEMPOTENT
Synchronous
SYNCHRONOUS
TI Protocol Methods
transfer
Operation Message
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

This Service Interface exposes the technical operation that allows the consumer to get the current monitoring aids information of all flights on request. It is typically used when starting the Service, for initialisation.

Operations

Allows a consumer to get all the deviations related to all the flights known by the System.

All the request parameters are ignored by CCS.

All the flights, except the ones that have never been correlated, are received as a response to this request (even the flights without any deviation on-going)..

Idempotent
NON_IDEMPOTENT
Synchronous
SYNCHRONOUS
TI Protocol Methods
transfer
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding

Provides access to 4D-Trajectory meteorological data.

Operations

Provides the consumer with Flight Trajectory points for the globe

Idempotent
IDEMPOTENT
Synchronous
SYNCHRONOUS
Precondition
Must be authenticated and authorised
TI Protocol Methods
HTTP GET
Operation Message
Processing Consideration

https://gateway.api-management.metoffice.cloud/ads4dt/1.0/collections/{collection name}/instances/latest/trajectory?coords=LINESTRINGGZM({X Y Z T, X Y Z T,....X Y Z T})&parameter-name={diagnostic name..., diagnostic name...}

  • 'X Y Z T' refers to longitude, latitude, vertical level (hPa or feet in exact Flight Levels) and date/time
  • 'diagnostic name' refers to the weather parameter or parameters
Addressable Resource
Behaviour
Interface Binding Description

SWIM Yellow Profile Compliant WS Lite enables HTTPS GET requests and associated responses. The interface shall return .covjson files.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding