Classes
WhitelabelsApi
| Parameters | |
|---|---|
api_client=None | |
METHODS
get_all_impulse_blocks
| Parameters | |
|---|---|
self | |
whitelabel_identifier | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')] |
**kwargs | |
| Returns |
|---|
edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse |
get_whitelabel_domain
| Parameters | |
|---|---|
self | |
whitelabel_identifier | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')] |
**kwargs | |
| Returns |
|---|
edgeimpulse_api.models.get_whitelabel_domain_response.GetWhitelabelDomainResponse |
update_deployment_targets
| Parameters | |
|---|---|
self | |
whitelabel_identifier | Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')] |
update_whitelabel_deployment_targets_request | edgeimpulse_api.models.update_whitelabel_deployment_targets_request.UpdateWhitelabelDeploymentTargetsRequest |
**kwargs | |
| Returns |
|---|
edgeimpulse_api.models.generic_api_response.GenericApiResponse |