Skip to content

Commit

Permalink
chore: update api schema dump
Browse files Browse the repository at this point in the history
Co-authored-by: octodog <mu001@lablup.com>
  • Loading branch information
fregataa and lablup-octodog committed Feb 20, 2025
1 parent 39f1a91 commit cb9ca99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,11 @@ type ScalingGroup {
"""
status: String = "ALIVE"
): JSONString

"""
Added in 25.3.1. The sum of occupied slots across compute sessions that occupying agent's resources. Only includes sessions owned by the user.
"""
own_session_occupied_resource_slots: JSONString

Check notice on line 1189 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'own_session_occupied_resource_slots' was added to object type 'ScalingGroup'

Field 'own_session_occupied_resource_slots' was added to object type 'ScalingGroup'
}

type StorageVolume implements Item {
Expand Down
2 changes: 1 addition & 1 deletion docs/manager/rest-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Backend.AI Manager API",
"description": "Backend.AI Manager REST API specification",
"version": "25.2.0",
"version": "25.3.0",
"contact": {
"name": "Lablup Inc.",
"url": "https://docs.backend.ai",
Expand Down

0 comments on commit cb9ca99

Please sign in to comment.