API Guide

Table Of Contents
You can use only 12G and later PowerEdge servers and bare-metal servers as a reference server.
Command or URL: /Services/PluginProfileService/SystemProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: None
HTTP response code:
Table 40. HTTP response code
Code Description or response object
200 OK
400 Operation context is not set
401 Authorization failure
403 vCenter permission denied
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
{
"id": "{system profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
SystemProfiles/{systemprofileID}",
"objectType": "SystemProfile",
"data": {
"name": "{profile name}",
"description": "{profile description}",
"systemProfileType": "{Profile Type (Basic or Advanced)}",
"referenceESXiHostNameOrIP": "{Reference server hostname or hostIP}",
"referenceManagementIP": "{iDRAC IP}",
"referenceiDRACType": "{iDRAC license type}",
"serviceTag": "{Service Tag of host}",
"serverModel": "{Server model name}",
"dateCreated": "{date and time when the profile is created}",
"dateModified": "{date and time when the profile is modified}",
"lastModifiedBy": "{Details of the user who modified the profile}"
}
}
For more information, see Response body on page 96.
System profile management
71