This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manuals:vps:api [2024/01/02 20:44] – Update auth methods aither | manuals:vps:api [2025/03/24 20:40] (current) – Fix API doc link aither | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== API Documentation ===== | ===== API Documentation ===== | ||
| The API documentation, | The API documentation, | ||
| - | parameters can be found at https:// | + | parameters can be found at https:// |
| Even without logging in, you can see a list of all objects, i.e. even those that only | Even without logging in, you can see a list of all objects, i.e. even those that only | ||
| Line 66: | Line 66: | ||
| by the client. | by the client. | ||
| - | ===== CLI ===== | + | ===== Scopes |
| - | [[https:// | + | Authentication tokens can be restricted |
| - | In order for it to work properly, you need Ruby >= 2.0 and Ruby header files, | + | you can find the available scopes in the documentation. You can configure scopes when you're |
| - | OpenSSL and ncurses (mostly packages with the '' | + | requesting a new authentication token. |
| - | < | + | Example scopes: |
| - | If you’re using OS X, you first need to install OpenSSL using [[http:// | + | |
| - | can you install EventMachine (a gem required by the client). | + | |
| - | < | + | * '' |
| - | $ brew install openssl | + | |
| - | $ sudo gem install eventmachine -- --with-opt-include="/ | + | * '' |
| - | </ | + | * '' |
| - | </ | + | * '' |
| + | * '' | ||
| + | * '' | ||
| - | It can be installed using ruby gems: | + | Scopes |
| - | < | + | ===== Installing |
| - | $ gem install vpsfree-client | + | [[https:// |
| - | </ | + | In order for it to work properly, you need Ruby >= 2.7, Ruby header files and ncurses (mostly packages with the '' |
| - | + | ||
| - | ==== Installing | + | |
| - | + | ||
| - | === Installing Ubuntu (Windows 10 Subsystem | + | |
| - | + | ||
| - | - in Windows 10, enable Developer Mode, let it install | + | |
| - | - in the Programs and Features menu, open Turn Windows Features On or Off, scroll | + | |
| - | | + | |
| - | | + | |
| - | - press the Y key and let the Ubuntu base be installed | + | |
| - | + | ||
| - | === Installing Dependencies === | + | |
| <code bash> | <code bash> | ||
| - | sudo apt-get | + | gem install |
| </ | </ | ||
| - | === A Quick & Dirty Fix to Set Ruby2.0 as Default Instead of 1.9 === | + | Platform-specific instructions: |
| - | + | ||
| - | <code bash> | + | |
| - | sudo rm / | + | |
| - | sudo ln -s / | + | |
| - | sudo ln -s / | + | |
| - | sudo ln -s / | + | |
| - | sudo ln -s / | + | |
| - | sudo ln -s / | + | |
| - | sudo gem update --system | + | |
| - | sudo gem pristine --all | + | |
| - | </ | + | |
| - | + | ||
| - | Source: http:// | + | |
| - | + | ||
| - | === Installing vpsfree-client === | + | |
| - | + | ||
| - | <code bash> | + | |
| - | sudo gem install vpsfree-client | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | ---- | + | |
| + | * [[manuals: | ||
| + | * [[manuals: | ||
| - | After the installation, | + | After the installation, |
| this can be fixed easily: | this can be fixed easily: | ||
| Line 139: | Line 107: | ||
| < | < | ||
| - | $ PATH=" | + | $ PATH=" |
| </ | </ | ||
| - | ==== Usage ==== | + | ==== Using CLI ==== |
| < | < | ||
| Line 295: | Line 263: | ||
| --user USER User name | --user USER User name | ||
| --password PASSWORD | --password PASSWORD | ||
| + | --scope [SCOPE] | ||
| --token TOKEN Token | --token TOKEN Token | ||
| --token-lifetime LIFETIME | --token-lifetime LIFETIME | ||
| Line 339: | Line 308: | ||
| access to '' | access to '' | ||
| </ | </ | ||
| + | |||
| + | Specify a scope: | ||
| + | |||
| + | < | ||
| + | $ vpsfreectl --auth token --scope ' | ||
| + | </ | ||
| + | |||
| + | The command above will ask for an authentication token that will only be allowed to call actions on the vps resource and only on VPS with ID 123. | ||
| ==== Actions and Parameters ==== | ==== Actions and Parameters ==== | ||