Deployment Information
Learn how to view deployment details and monitor API health for your FoundationaLLM instance.
Overview
The Deployment Information page provides visibility into your FoundationaLLM deployment, including instance identification and API health status.
Accessing Deployment Information
- In the Management Portal sidebar, click Deployment Information under the FLLM Platform section
- The deployment information page displays
Instance Information
Instance ID
The page displays your unique Instance ID:
- Used to identify your specific FoundationaLLM deployment
- Required when contacting support or troubleshooting
- Used internally for API routing and configuration
API Status
The page displays status cards for core APIs:
Management API
| Field | Description |
|---|---|
| Name | Management API |
| Description | Used by the Management Portal to manage the FoundationaLLM platform |
| Status Endpoint | /{instanceId}/status |
Authorization API
| Field | Description |
|---|---|
| Name | Authorization API |
| Description | Manages role-based access control (RBAC) and auth-related functions |
| Status Endpoint | /status |
API Status Indicators
Each API card shows:
| Indicator | Meaning |
|---|---|
| Green/Online | API is responding normally |
| Red/Offline | API is not responding |
| Yellow/Degraded | API is responding but with issues |
Monitoring API Health
Real-Time Status
The API status cards refresh automatically or can be manually refreshed:
- View the current status on each card
- Check the timestamp of the last check
- Refresh the page to get updated status
Status Endpoints
You can also check API status directly:
Management API:
GET {ManagementAPIUrl}/instances/{instanceId}/status
Authorization API:
GET {AuthorizationAPIUrl}/status
Use Cases
Troubleshooting
When experiencing issues:
- Check API status on this page
- Note which APIs are offline or degraded
- Provide this information to support
Monitoring
For ongoing health monitoring:
- Periodically check this page
- Set up external monitoring to ping status endpoints
- Configure alerts for API unavailability
Documentation
When documenting your deployment:
- Record the Instance ID
- Note API endpoints for reference
- Document expected normal status
Additional APIs
TODO: Document additional API status cards if they become available, such as:
- Core API
- Orchestration API
- Gateway API
Troubleshooting
API Shows Offline
- Check network connectivity
- Verify the API service is running in Azure
- Review Azure service health
- Check for deployment/update in progress
Status Not Updating
- Refresh the browser page
- Check browser console for errors
- Verify authentication is still valid
Cannot Access Page
- Verify you have Management Portal access
- Check your role assignments
- Try signing out and back in