Cloud Integrations
List Cloud Integrations
magic_cloud_networking.cloud_integrations.list(CloudIntegrationListParams**kwargs) -> SyncSinglePage[CloudIntegrationListResponse]
GET/accounts/{account_id}/magic/cloud/providers
Read Cloud Integration
magic_cloud_networking.cloud_integrations.get(strprovider_id, CloudIntegrationGetParams**kwargs) -> CloudIntegrationGetResponse
GET/accounts/{account_id}/magic/cloud/providers/{provider_id}
Create Cloud Integration
magic_cloud_networking.cloud_integrations.create(CloudIntegrationCreateParams**kwargs) -> CloudIntegrationCreateResponse
POST/accounts/{account_id}/magic/cloud/providers
Update Cloud Integration
magic_cloud_networking.cloud_integrations.update(strprovider_id, CloudIntegrationUpdateParams**kwargs) -> CloudIntegrationUpdateResponse
PUT/accounts/{account_id}/magic/cloud/providers/{provider_id}
Patch Cloud Integration
magic_cloud_networking.cloud_integrations.edit(strprovider_id, CloudIntegrationEditParams**kwargs) -> CloudIntegrationEditResponse
PATCH/accounts/{account_id}/magic/cloud/providers/{provider_id}
Delete Cloud Integration
magic_cloud_networking.cloud_integrations.delete(strprovider_id, CloudIntegrationDeleteParams**kwargs) -> CloudIntegrationDeleteResponse
DELETE/accounts/{account_id}/magic/cloud/providers/{provider_id}
Run Discovery for All Integrations
magic_cloud_networking.cloud_integrations.discover_all(CloudIntegrationDiscoverAllParams**kwargs) -> CloudIntegrationDiscoverAllResponse
POST/accounts/{account_id}/magic/cloud/providers/discover
Run Discovery
magic_cloud_networking.cloud_integrations.discover(strprovider_id, CloudIntegrationDiscoverParams**kwargs) -> CloudIntegrationDiscoverResponse
POST/accounts/{account_id}/magic/cloud/providers/{provider_id}/discover
Get Cloud Integration Setup Config
magic_cloud_networking.cloud_integrations.initial_setup(strprovider_id, CloudIntegrationInitialSetupParams**kwargs) -> CloudIntegrationInitialSetupResponse
GET/accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup
ModelsExpand Collapse
class CloudIntegrationListResponse: …
class CloudIntegrationListResponse: …
class CloudIntegrationGetResponse: …
class CloudIntegrationGetResponse: …
class CloudIntegrationCreateResponse: …
class CloudIntegrationCreateResponse: …
class CloudIntegrationUpdateResponse: …
class CloudIntegrationUpdateResponse: …
class CloudIntegrationEditResponse: …
class CloudIntegrationEditResponse: …