Yamcs HTTP API
Methods
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- Sdls
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
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;
}