Vendor information REST API

Use this REST API to manage vendor information.

Get all vendor information

URI /admin/resources/vendor_informations
Method GET
Returns 200 Returns a list of all Vendor Information
404 The Vendor Information list was not found
500 Platform System Manager encountered an internal error while processing the request.

Returns a list of Vendor Information.

You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.

Response body

[
   {
      "racks": "/admin/resources/racks/be3a36db-c14e-489a-a0ec-2dc7b0e43c38",
      "created_time_raw": 1465935866783,
      "model": "8558-S04",
      "vendor": "IBM",
      "isas_rn": 1,
      "state": "available",
      "label_text": "Vendor Information",
      "type": "racks",
      "updated_time": "Tue 14 Jun 2016 20:25:28.299 UTC",
      "label_key": "pure0505",
      "version": "2.2.2.0",
      "id": "/admin/resources/vendor_informations/437fc97b-4101-4526-af58-7b700ca4220a",
      "updated_time_raw": 1465935928299,
      "parent_type": "racks",
      "name": "8558/Rack37",
      "created_time": "Tue 14 Jun 2016 20:24:26.783 UTC",
      "serial": "Rack37",
      "fru_serial": null
   }
]
created_time
The time at which the object is created
fru_serial
The Field Replacement Unit serial number of the resource
id
The unique ID of the object in the system.
label_key
The key for retrieving the label for the vendor information
label_text
Default translated message text
model
The model number of the resource
name
The name of the vendor information
parent_type
The type of the parent (resource) of the vendor information
serial
The serial number of the resource
state
The general availability of the object. If "pending" the object has been created but not activated. If "available" the object is active in the system.
type
The type of resource the vendor information represents
updated_time
The time at which the object was last updated
vendor
The name of the vendor
parent_type
The type of the generic parent

Parents:

compute_node_chassis, disk_drives, management_endpoints, physical_io_adapter_modules, clusters, physical_cpu_modules, chassis_management_modules, racks, management_nodes, chassis_fans, hypervisors, physical_memory_modules, media_trays, storage_controllers, switches, storage_expansions, compute_nodes

Get specific vendor information

URI /admin/resources/vendor_informations/{id}
Method GET
Returns 200 The Vendor Information was returned.
404 The Vendor Information was not found
500 Platform System Manager encountered an internal error while processing the request.

Returns a single Vendor Information identified by {id}.

You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.