Platform
- class jelastic.api.platform.Platform(session: Session, token: str, debug: bool = False, ruk: str | None = None)[source]
Bases:
ClientAbstract
>>> from jelastic import Jelastic >>> jelastic = Jelastic('https://app.xapp.cloudmydc.com', token='d6f4e314a5b5fefd164995169f28ae32d987704f') >>> jelastic.platform
- property Engine: _Engine
Service provides an interface for managing host group engines.
>>> from jelastic import Jelastic >>> jelastic = Jelastic('https://app.xapp.cloudmydc.com', token='d6f4e314a5b5fefd164995169f28ae32d987704f') >>> jelastic.platform.Engine
Ref: https://docs.jelastic.com/api/private/#!/api/platform.Engine
- class jelastic.api.platform._Engine(session: Session, token: str, debug: bool = False, ruk: str | None = None)[source]
Bases:
Platform
Service provides an interface for managing host group engines.
Ref: https://docs.jelastic.com/api/private/#!/api/platform.Engine