API Guide

System profile management
Topics:
Get list of system profiles
Get system profile details
Get list of system profiles
Description: Gets the list of all system profiles that are created in OMIVV UI.
Command or URL: /Services/PluginProfileService/SystemProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: None
HTTP response code:
Table 26. HTTP response code
Code Description
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 47.
Example Response:
[
{
"id": "{System profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
SystemProfiles/{System profile ID}",
"objectType": "BaseProfileMetadata",
"profileName": "{System profile name}",
"description": "{system profile description}"
}
]
For more information, see Response body on page 39.
Get system profile details
Description: Gets the details of the given system profile ID.
You can use only 12G and later PowerEdge servers and bare-metal servers as a reference server.
10
32 System profile management