
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
delorean-up-api
Advanced tools
DeloreanUp backend server is used to generate volume's backup using doc-nodes and send of this backups on a predefined persistent system (eg. NFS, SWIFT, ...)
DeloreanUp Api - JavaScript client for deloreanUp backend
DeloreanUp backend server is used to generate volume's backup using doc-nodes and send of this backups on a predefined persistent system (eg. NFS, SWIFT, ...)
This SDK is automatically generated by the Swagger Codegen project:
Install it via:
npm install delorean-up-api --save
Please follow the installation instruction and execute the following JS code:
var DeloreanUpApi = require('delorean_up_api');
var api = new DeloreanUpApi.NodesApi()
var nodeId = "nodeId_example"; // {String} ID of the node
var containerId = "containerId_example"; // {String} ID of the container to return
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.containerBackupPOST(nodeId, containerId, callback);
All URIs are relative to http://localhost:3000/api/v1.0.0
Class | Method | HTTP request | Description |
---|---|---|---|
DeloreanUpApi.NodesApi | containerBackupPOST | POST /nodes/{nodeId}/containers/{containerId}/backup | Create backup of the container passed by Id. |
DeloreanUpApi.NodesApi | containerMountsGET | GET /nodes/{nodeId}/containers/{containerId}/mounts | Returns an array of mounts object. |
DeloreanUpApi.NodesApi | nodeContainerByIdGET | GET /nodes/{nodeId}/containers/{containerId} | Returns a container object. |
DeloreanUpApi.NodesApi | nodeContainersGET | GET /nodes/{nodeId}/containers | Returns a list of active container in a node. |
DeloreanUpApi.NodesApi | nodesGET | GET /nodes/ | Returns a list of nodes. |
All endpoints do not require authorization.
FAQs
DeloreanUp backend server is used to generate volume's backup using doc-nodes and send of this backups on a predefined persistent system (eg. NFS, SWIFT, ...)
The npm package delorean-up-api receives a total of 0 weekly downloads. As such, delorean-up-api popularity was classified as not popular.
We found that delorean-up-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.