Skip to content

Instantly share code, notes, and snippets.

@corywright
Last active July 3, 2018 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corywright/a85073f1cbb544b383e10f2891fee37e to your computer and use it in GitHub Desktop.
Save corywright/a85073f1cbb544b383e10f2891fee37e to your computer and use it in GitHub Desktop.
root@openstack-gnocchi01:/var/log/gnocchi# gnocchi resource-type list
+----------------------------+---------------------------------------------------------------------------------------+
| name | attributes |
+----------------------------+---------------------------------------------------------------------------------------+
| ceph_account | |
| generic | |
| host | - host_name: min_length: 0 , max_length: 255 , type: string , required: True |
| host_disk | - host_name: min_length: 0 , max_length: 255 , type: string , required: True |
| | - device_name: min_length: 0 , max_length: 255 , type: string , required: False |
| host_network_interface | - host_name: min_length: 0 , max_length: 255 , type: string , required: True |
| | - device_name: min_length: 0 , max_length: 255 , type: string , required: False |
| identity | |
| image | - container_format: min_length: 0 , max_length: 255 , type: string , required: True |
| | - disk_format: min_length: 0 , max_length: 255 , type: string , required: True |
| | - name: min_length: 0 , max_length: 255 , type: string , required: True |
| instance | - display_name: min_length: 0 , max_length: 255 , type: string , required: True |
| | - host: min_length: 0 , max_length: 255 , type: string , required: True |
| | - image_ref: min_length: 0 , max_length: 255 , type: string , required: False |
| | - flavor_name: min_length: 0 , max_length: 255 , type: string , required: True |
| | - server_group: min_length: 0 , max_length: 255 , type: string , required: False |
| | - flavor_id: min_length: 0 , max_length: 255 , type: string , required: True |
| instance_disk | - instance_id: required: True , type: uuid |
| | - name: min_length: 0 , max_length: 255 , type: string , required: True |
| instance_network_interface | - instance_id: required: True , type: uuid |
| | - name: min_length: 0 , max_length: 255 , type: string , required: True |
| ipmi | |
| manila_share | - status: min_length: 0 , max_length: 255 , type: string , required: True |
| | - host: min_length: 0 , max_length: 255 , type: string , required: True |
| | - protocol: min_length: 0 , max_length: 255 , type: string , required: False |
| | - name: min_length: 0 , max_length: 255 , type: string , required: False |
| | - availability_zone: min_length: 0 , max_length: 255 , type: string , required: False |
| network | |
| nova_compute | - host_name: min_length: 0 , max_length: 255 , type: string , required: True |
| port | - controller: min_length: 0 , max_length: 255 , type: string , required: True |
| stack | |
| swift_account | |
| switch | - controller: min_length: 0 , max_length: 255 , type: string , required: True |
| switch_port | - neutron_port_id: min_length: 0 , max_length: 255 , type: string , required: False |
| | - port_number_on_switch: max: 4294967295 , required: False , type: number , min: 0 |
| | - switch: min_length: 0 , max_length: 64 , type: string , required: True |
| | - controller: min_length: 0 , max_length: 255 , type: string , required: True |
| switch_table | - switch: min_length: 0 , max_length: 64 , type: string , required: True |
| | - controller: min_length: 0 , max_length: 255 , type: string , required: True |
| volume | - display_name: min_length: 0 , max_length: 255 , type: string , required: False |
| | - volume_type: min_length: 0 , max_length: 255 , type: string , required: False |
+----------------------------+---------------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment