API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- Contents
- Overview
- Get started
- Security
- Use cases
- Session management
- License management
- Console management
- Repository profile management
- Cluster profile management
- Firmware repository inventory management
- Firmware inventory management
- Firmware update management
- System profile management
- Drift management
- Get subsystem health report (OMIVV Host Health)
- Host management
- Request body
- Response body
- OMIVV-Specific error codes
Repository profile management
Topics:
• Get list of repository profiles
•
Get repository profile details
• Create a new repository profile
• Modify or edit repository profile
Get list of repository profiles
Description: Gets the list of all repository profiles that are created in OMIVV UI.
Command or URL: /Services/PluginProfileService/RepositoryProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 18. HTTP response code
Code Description or response object
200 OK
400 Operational Context 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": "{Repository profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
RepositoryProfiles/{vCenterID}",
"objectType": "BaseProfileMetadata",
"profileName": "{Repository profile name}",
"description": "{Profile description}"
},
]
For more information, see Response body on page 96.
8
Repository profile management 49