Skip to content

Commit ff0f923

Browse files
author
Travis
committed
Updated XenAPI docs based on xen-api/a24d2cf
1 parent 6a247b6 commit ff0f923

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

_data/release_info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,6 +3693,9 @@
36933693
{ "transition": "published message",
36943694
"name": "VDI.get_nbd_info",
36953695
"log": "Get a list of URIs specifying how to access this VDI via the NBD server of XenServer. A URI will be returned for each PIF of each host that is connected to the VDI's SR. An empty list is returned in case no network has a PIF on a host with access to the relevant SR. To access the given VDI, any of the returned URIs can be passed to the NBD server running at the IP address and port specified by that URI as the export name." },
3696+
{ "transition": "published message",
3697+
"name": "VM.set_bios_strings",
3698+
"log": "Set custom BIOS strings to this VM. VM will be given a default set of BIOS strings, only some of which can be overridden by the supplied values. Allowed keys are: 'bios-vendor', 'bios-version', 'system-manufacturer', 'system-product-name', 'system-version', 'system-serial-number', 'enclosure-asset-tag'" },
36963699
{ "transition": "published message",
36973700
"name": "pool.management_reconfigure",
36983701
"log": "Reconfigure the management network interface for all Hosts in the Pool" },

_data/xenapi.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7149,6 +7149,31 @@
71497149
"release": "midnight-ride",
71507150
"description": "Copy the BIOS strings from the given host to this VM" } ],
71517151
"implicit": false },
7152+
{ "name": "set_bios_strings",
7153+
"description": "Set custom BIOS strings to this VM. VM will be given a default set of BIOS strings, only some of which can be overridden by the supplied values. Allowed keys are: 'bios-vendor', 'bios-version', 'system-manufacturer', 'system-product-name', 'system-version', 'system-serial-number', 'enclosure-asset-tag'",
7154+
"result": [ "void" ],
7155+
"params": [
7156+
{ "type": "session ref",
7157+
"name": "session_id",
7158+
"doc": "Reference to a valid session" },
7159+
{ "type": "VM ref",
7160+
"name": "self",
7161+
"doc": "The VM to modify" },
7162+
{ "type": "(string -> string) map",
7163+
"name": "value",
7164+
"doc": "The custom BIOS strings as a list of key-value pairs" } ],
7165+
"errors": [
7166+
{ "name": "VM_BIOS_STRINGS_ALREADY_SET",
7167+
"doc": "The BIOS strings for this VM have already been set and cannot be changed." },
7168+
{ "name": "INVALID_VALUE",
7169+
"doc": "The value given is invalid" } ],
7170+
"roles": [ "pool-admin", "pool-operator", "vm-power-admin", "vm-admin" ],
7171+
"tag": "",
7172+
"lifecycle": [
7173+
{ "transition": "published",
7174+
"release": "inverness",
7175+
"description": "Set custom BIOS strings to this VM. VM will be given a default set of BIOS strings, only some of which can be overridden by the supplied values. Allowed keys are: 'bios-vendor', 'bios-version', 'system-manufacturer', 'system-product-name', 'system-version', 'system-serial-number', 'enclosure-asset-tag'" } ],
7176+
"implicit": false },
71527177
{ "name": "retrieve_wlb_recommendations",
71537178
"description": "Returns mapping of hosts to ratings, indicating the suitability of starting the VM at that location according to wlb. Rating is replaced with an error if the VM cannot boot there.",
71547179
"result": [ "(host ref -> string set) map", "The potential hosts and their corresponding recommendations or errors" ],

0 commit comments

Comments
 (0)