Top Level Namespace
Defined Under Namespace
Modules: BmcApi
Instance Method Summary collapse
-
#get_version ⇒ Object
#Bare Metal Cloud API.
Instance Method Details
#get_version ⇒ Object
#Bare Metal Cloud API
#Create, power off, power on, reset, reboot, or shut down your server with the Bare Metal Cloud API. Deprovision servers, get or edit SSH key details, assign public IPs, assign servers to networks and a lot more. Manage your infrastructure more efficiently using just a few simple API calls.
<span class=‘pnap-api-knowledge-base-link’> Knowledge base articles to help you can be found <a href=‘phoenixnap.com/kb/how-to-deploy-bare-metal-cloud-server’ target=‘_blank’>here</a> </span>
All URLs are relative to (https://api.phoenixnap.com/bmc/v1/)
The version of the OpenAPI document: 0.1 Contact: support@phoenixnap.com Generated by: openapi-generator.tech Generator version: 7.20.0
12 13 14 |
# File 'lib/pnap_bmc_api/version.rb', line 12 def get_version() return File.read(File.('../../../VERSION', __FILE__)).strip end |