inspect_application
Inspect a YuniKorn application's metadata, allocation log, and resource requests by specifying its partitionName and appId.
Instructions
Provides detailed metadata for a single application, including its allocation log and resource requests. Both uuid (deprecated) and allocationID fields may appear in allocations; allocationID contains the same base value as uuid plus a hyphen-counter suffix (e.g., -0, -1). Use allocationID to identify specific task allocations. IMPORTANT: resource values are raw integers (bytes for memory, millicores for CPU). Convert these to human-readable formats (e.g., GiB or Cores) before presenting to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| partitionName | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |