API Catalog and Documentation
Resource Optimization
Ros-backend API v1
Operations
Schemas
Ros-backend API v1
Flask Backend API for Resource Optimization Service
Authentication
API Key (Access Token)
Parameter name: Authorization
In: header
Operations
Executive report for systems
GET /executive_report
Check ROS configured
GET /is_configured
submit suggestion rating
POST /rating
Health check liveness call
GET /status
Lists all systems from cloud having performance profile
GET /systems
Show the system details by given inventory id
GET /systems/{inventory_id}
Show the system's performance history by given inventory id
GET /systems/{inventory_id}/history
Show the list of suggestions by given inventory id
GET /systems/{inventory_id}/suggestions
Schemas
ExecutiveReportItem
object
IsServiceConfigured
object
Links
object
ListMeta
object
Message
object
PerformanceHistory
object
PerformanceItem
object
Rating
object
Status
object
SuggestionsItem
object
SuggestionsList
object
SystemDetails
object
SystemItem
object
Systems
object
Back to top