/  Yamcs HTTP API  /  Indexes  /  Rebuild Ccsds Index

Rebuild Ccsds IndexΒΆ

Rebuild CCSDS TM Index

URI Template

POST /api/archive/{instance}:rebuildCcsdsIndex
{instance}

Yamcs instance name

Request Body

interface RebuildCcsdsIndexRequest {

  // Range start (inclusive)
  start: string;  // RFC 3339 timestamp

  // Range stop (exclusive)
  stop: string;  // RFC 3339 timestamp
}