air_sdk.endpoints.systems
air_sdk.endpoints.systems
Stub file for systems endpoint type hints.
Classes
Module Contents
Bases: air_sdk.air_model.AirModel
System model representing a system in the AIR platform.
Bases: air_sdk.air_model.BaseEndpointAPI[air_sdk.endpoints.systems.System]
API client for System endpoints.
List all systems with optional filtering.
Parameters:
limit– Maximum number of results to return per pageoffset– The initial index from which to return the resultsordering– Order objects by field. Prefix with ”-” for desc ordersearch– Search by nameattributes__group– Filter by groupattributes__model– Filter by modelattributes__sku– Filter by skucategory– Filter by categoryid– Filter by IDimage– Filter by imagesimulation– Filter by simulation
Returns:
Iterator of System instances
Example:
Get a specific system by ID.
Parameters:
pk– The system ID (string or UUID)
Returns:
The System instance
Example: