1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 18:47:28 +01:00
Files

34 lines
1.7 KiB
ReStructuredText
Raw Permalink Normal View History

2017-08-08 11:44:45 -04:00
Instance
========
Description
-----------
This resource is used for managing instance resources in Tower. Note since instances are read-only in Tower,
only ``get`` and ``list`` methods are available for this resource.
Fields Table
------------
.. <table goes here>
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
|name |type |help_text |read_only |unique |filterable |required |
+==================+=======+=============================+==========+=======+===========+=========+
|uuid |String |The uuid field. |False |False |True |False |
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
|hostname |String |The hostname field. |False |False |True |False |
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
|version |String |The version field. |False |False |True |False |
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
|capacity |int |The capacity field. |False |False |True |False |
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
|consumed_capacity |int |The consumed_capacity field. |False |False |True |False |
+------------------+-------+-----------------------------+----------+-------+-----------+---------+
.. <table goes here>
API Specification
-----------------
.. autoclass:: tower_cli.resources.instance.Resource
:members: get, list