Top Level Namespace
Defined Under Namespace
Modules: TagApi
Instance Method Summary collapse
-
#get_version ⇒ Object
#Tags API.
Instance Method Details
#get_version ⇒ Object
#Tags API
#Tags are case-sensitive key-value pairs that simplify resource management. The Tag Manager API allows you to create and manage such tags to later assign them to related resources in your Bare Metal Cloud (through the respective resource apis) in order to group and categorize them.
<span class=‘pnap-api-knowledge-base-link’> Knowledge base articles to help you can be found <a href=‘phoenixnap.com/kb/bmc-server-management-via-api#server-tag-manager-api’ target=‘_blank’>here</a> </span>
All URLs are relative to (https://api.phoenixnap.com/tag-manager/v1/)
The version of the OpenAPI document: 1.0 Contact: [email protected] Generated by: openapi-generator.tech OpenAPI Generator version: 6.1.0
13 14 15 |
# File 'lib/pnap_tag_api/version.rb', line 13 def get_version() return File.read(File.('../../../VERSION', __FILE__)).strip end |