Skip to content

feature/SOF 7836#43

Merged
VsevolodX merged 6 commits intomainfrom
feature/SOF-7836
Feb 28, 2026
Merged

feature/SOF 7836#43
VsevolodX merged 6 commits intomainfrom
feature/SOF-7836

Conversation

@VsevolodX
Copy link
Member

  • update: list properties
  • update: finalize signature
  • update: get clusters

@timurbazhirov timurbazhirov changed the base branch from main to feature/SOF-7824 February 21, 2026 03:30
list[Cluster]: Cluster objects with fqdn and Queue objects for available queues.
"""
response = self.request("GET", "infrastructure/clusters", headers=self.headers)
return [Cluster.from_api_data(cluster_data) for cluster_data in response]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove, return JSON

Base automatically changed from feature/SOF-7824 to main February 23, 2026 20:05
Returns:
list[Dict]: Cluster information, including queues.
"""
return self.request("GET", "infrastructure/clusters", headers=self.headers)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be other/clusters

@VsevolodX VsevolodX merged commit 8dffb15 into main Feb 28, 2026
3 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7836 branch February 28, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants