Whether the client currently holds a session token (from connect() or type: 'token' auth).
Establishes a session for { type: 'session' } auth by creating a
Redfish session and capturing the X-Auth-Token. No-op for other auth
types.
Deletes the active session, if one was established via connect().
Fetches a Redfish collection resource (the Members array of @odata.id links), unexpanded.
Fetches a collection and resolves every member to its full resource body.
Fetches the service root document (/redfish/v1/).
PATCH a resource. Pass etag to send If-Match (recommended by the Redfish spec for PATCH).
Optionaletag: stringPUT a full resource replacement. Rarely used by Redfish services compared to PATCH.
Optionaletag: stringInvokes #ComputerSystem.Reset on the given system. The action target
is read from the system's Actions block so vendor-specific paths are
respected; falls back to the standard path if absent.
Client for querying and managing Redfish-compliant BMCs.
Example