/  Yamcs HTTP API  /  Packets  /  List Packet Names

List Packet NamesΒΆ

List packet names

URI Template

GET /api/archive/{instance}/packet-names
{instance}

Yamcs instance name.

Response Type

interface ListPacketNamesResponse {

  // Known packet names.
  name: string[];

  // Known packet names.
  packets: string[];

  // Known link names.
  links: string[];
}