/  Yamcs HTTP API  /  Sdls  /  Set Spi

Set SpiΒΆ

Set the SPI used by a VC to a single SPI

URI Template

PUT /api/sdls/{instance}/{linkName}/{vcId}/spi
{instance}

The Yamcs instance

{linkName}

The name of the encrypted link

{vcId}

The vcId to modify

Request Body

interface SetSpiRequestBody {

  // The desired SPI
  spi: number;
}