The Introspection
class inherits from
Resource
.
openstack.baremetal_introspection.v1.introspection.
Introspection
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
finished_at
¶Timestamp at which the introspection was finished.
error
¶The last error message (if any).
id
¶The UUID of the introspection (matches the node UUID).
is_finished
¶Whether introspection is finished.
links
¶A list of relative links, including the self and bookmark links.
started_at
¶Timestamp at which the introspection was started.
state
¶The current introspection state.
abort
(session)¶Abort introspection.
Parameters: | session (Adapter ) – The session to use for making this request. |
---|
get_data
(session)¶Get introspection data.
Note that the introspection data format is not stable and can vary from environment to environment.
Parameters: | session (Adapter ) – The session to use for making this request. |
---|---|
Returns: | introspection data from the most recent successful run. |
Return type: | dict |
wait
(session, timeout=None, ignore_error=False)¶Wait for the node to reach the expected state.
Parameters: |
|
---|---|
Returns: | This |
Raises: |
|
Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.