File: VsanInternalSystem.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (109 lines) | stat: -rw-r--r-- 2,524 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _vim.Task: ../../vim/Task.rst

.. _vSphere API 5.5: ../../vim/version.rst#vimversionversion9

.. _vim.host.VsanInternalSystem.CmmdsQuery: ../../vim/host/VsanInternalSystem/CmmdsQuery.rst


vim.host.VsanInternalSystem
===========================
  The VsanInternalSystem exposes low level access to CMMDS, as well as draft versions of VSAN object and disk management APIs that are subject to change in future releases. No compatibility is guaranteed on any of the APIs, including their prototype, behavior or result encoding.


:since: `vSphere API 5.5`_


Attributes
----------


Methods
-------


QueryCmmds(queries):
   Query CMMDS directly. The list of given queries is executed and all results are returned in a flat list. No attempt is made to de-dupe results in the case of overlapping query results.


  Privilege:
               System.Read



  Args:
    queries (`vim.host.VsanInternalSystem.CmmdsQuery`_):
       List of CMMDS query specs.




  Returns:
    `str`_:
         JSON string with the results


QueryPhysicalVsanDisks(props):
   Query statistics about physical VSAN disks. Using the props parameter the caller can control which properties are returned. Requesting only the required properties is encouraged to reduce server load, response time and client load.


  Privilege:
               System.Read



  Args:
    props (`str`_, optional):
       List of properties to gather. Not specifying a list will fetch all properties.




  Returns:
    `str`_:
         JSON string with the results


QueryVsanObjects(uuids):
   Query information about VSAN DOM objects. Retrieves information about the given set of DOM object UUIDs. In order to make this API efficient, the output of this API contains the found DOM_OBJECT, and referenced LSOM_OBJECT and DISK entries.


  Privilege:
               System.Read



  Args:
    uuids (`str`_, optional):
       List of VSAN/DOM object UUIDs.




  Returns:
    `str`_:
         JSON string with the results


QueryObjectsOnPhysicalVsanDisk(disks):
   Query DOM objects on a given set of physical disks. Finds all DOM objects that have at least one component on the given physical disks. In order to make this API efficient, the output of this API contains the found DOM_OBJECT, and referenced LSOM_OBJECT and DISK entries.


  Privilege:
               System.Read



  Args:
    disks (`str`_):
       List of VSAN disk UUIDs.




  Returns:
    `str`_:
         JSON string with the results