/  Yamcs HTTP API  /  Sdls  /  Get Seq Ctr

Get Seq CtrΒΆ

Get the sequence number

URI Template

GET /api/sdls/{instance}/{linkName}/{spi}/seq
{instance}

The Yamcs instance

{linkName}

The name of the encrypted link

{spi}

The Security Parameter Index

Response Type

interface GetSeqCtrResponse {

  // The current sequence number in big-endian order
  seq: string;  // Base64
}