API Guide
Cluster profile management
Topics:
• Get list of cluster profiles
• Get details of cluster profiles
Get list of cluster profiles
Description: Gets the list of all cluster profiles that are created in OMIVV UI.
Command or URL: /Services/PluginProfileService/ClusterProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 14. 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": "{Cluster Profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
ClusterProfiles/{Cluster profile ID}",
"objectType": "BaseProfileMetadata",
"profileName": "{Cluster profile name}",
"description": "{Cluster profile description}"
}
]
For more information, see Response body on page 39.
Get details of cluster profiles
Description: Gets the details of a given cluster profile. You can view the associated system profile, driver repository profile,
firmware repository profile, and associated cluster details.
Command or URL: /Services/PluginProfileService/ClusterProfiles/{id}
6
18 Cluster profile management