Site Backups
Retrieve subnets from latest backup
Parses the most recent backup for the specified site, returning discovered local subnets. Requires backup:view
scope.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Site ID to retrieve subnets from the latest backup
Response
200
application/json
Array of discovered subnets
The response is of type object[]
.
Previous
Retrieve a specific backup fileShows the contents of the specified backup file. By default returns JSON with parsed metadata. If header `X-Download` is set, it downloads raw data. If `x-highlight` is set, highlights syntax. If `x-view` is set, returns raw text in `text/plain`. Requires `backup:view` scope.
Next