コード例 #1
0
 def json(self):
     """JSON"""
     return to_dict(self, [
         "start_time", "end_time", "ingested_bytes", "raw_bytes", "reads",
         "writes", "deletes", "objects", "bytes_in", "bytes_out",
         "metadata_only_objects", "metadata_only_bytes", "tiered_objects",
         "tiered_bytes", "snapshot_id", "namespace_id"
     ])
コード例 #2
0
ファイル: hcp.py プロジェクト: ahill-ersa/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(
         self,
         ["start_time", "end_time", "ingested_bytes", "raw_bytes", "reads",
          "writes", "deletes", "objects", "bytes_in", "bytes_out",
          "metadata_only_objects", "metadata_only_bytes", "tiered_objects",
          "tiered_bytes", "snapshot_id", "namespace_id"])
コード例 #3
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "valid1_id", "valid2_id"])
コード例 #4
0
 def json(self):
     """JSON"""
     return to_dict(self, ["relationship_id", "entity1_id", "entity2_id",
                           "weight", "start_time", "end_time"])
コード例 #5
0
 def json(self):
     """JSON"""
     return to_dict(self, ["entity_id", "name_id", "start_time",
                           "end_time"])
コード例 #6
0
ファイル: hcp.py プロジェクト: ahill-ersa/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["allocation"])
コード例 #7
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "type_id"])
コード例 #8
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name"])
コード例 #9
0
 def json(self):
     """JSON"""
     return to_dict(self, [
         "entity_id", "attribute_id", "value", "weight", "start_time",
         "end_time"
     ])
コード例 #10
0
ファイル: hnas.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["files", "quota", "usage", "owner_id", "snapshot_id",
                           "virtual_volume_id"])
コード例 #11
0
ファイル: hnas.py プロジェクト: Li-ReDBox/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "filesystem", "allocation"])
コード例 #12
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "tenant_id", "allocation_id"])
コード例 #13
0
 def json(self):
     """JSON"""
     return to_dict(self, ["allocation"])
コード例 #14
0
ファイル: cinder.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "size", "snapshot_id", "volume_id",
                           "status_id"])
コード例 #15
0
ファイル: cinder.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["openstack_id", "name", "size", "description",
                           "source"])
コード例 #16
0
ファイル: cinder.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["openstack_id", "availability_zone_id", "owner",
                           "tenant"])
コード例 #17
0
 def json(self):
     """JSON"""
     return to_dict(self,
                    ["entity_id", "name_id", "start_time", "end_time"])
コード例 #18
0
ファイル: hnas.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "filesystem_id"])
コード例 #19
0
 def json(self):
     """JSON"""
     return to_dict(self, [
         "relationship_id", "entity1_id", "entity2_id", "weight",
         "start_time", "end_time"
     ])
コード例 #20
0
ファイル: hnas.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["capacity", "free", "live_usage",
                           "snapshot_usage", "snapshot_id", "filesystem_id"])
コード例 #21
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "valid1_id", "valid2_id"])
コード例 #22
0
ファイル: swift.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["openstack_id"])
コード例 #23
0
ファイル: swift.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["bytes", "containers", "objects", "quota",
                           "account_id", "snapshot_id"])
コード例 #24
0
 def json(self):
     """JSON"""
     return to_dict(self, [
         "blocks", "bytes", "files", "owner_id", "project_id", "snapshot_id"
     ])
コード例 #25
0
ファイル: hcp.py プロジェクト: ahill-ersa/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "tenant_id", "allocation_id"])
コード例 #26
0
 def json(self):
     """JSON"""
     return to_dict(self, [
         "ts", "filesystem_id", "bavail", "bfree", "blocks", "bsize",
         "favail", "ffree", "files", "frsize"
     ])
コード例 #27
0
 def json(self):
     """JSON"""
     return to_dict(self, ["entity_id", "attribute_id", "value", "weight",
                           "start_time", "end_time"])
コード例 #28
0
ファイル: fs.py プロジェクト: ahill-ersa/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["blocks", "bytes", "files", "owner_id",
                           "project_id", "snapshot_id"])
コード例 #29
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name"])
コード例 #30
0
ファイル: fs.py プロジェクト: ahill-ersa/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self,
                    ["ts", "filesystem_id", "bavail", "bfree", "blocks",
                     "bsize", "favail", "ffree", "files", "frsize"])
コード例 #31
0
 def json(self):
     """JSON"""
     return to_dict(self, ["name", "type_id"])
コード例 #32
0
ファイル: cinder.py プロジェクト: LoganCook/reporting-unified
 def json(self):
     """JSON"""
     return to_dict(self, ["instance", "volume_id", "snapshot_id"])