Profile Type¶
ProfileListInfo¶
TypedDict representing the information of a profile in a list.
Properties:
id: GenericIDThe ID of the profile.name: strThe name of the profile.logo_url: strThe URL of the profile’s logo.
ProfileLimit¶
TypedDict representing the limits of a profile.
Properties:
input: Union[int, float]The limit for input.output: Union[int, float]The limit for output.sms: Union[int, float]The limit for SMS.email: Union[int, float]The limit for email.analysis: Union[int, float]The limit for analysis.data_records: Union[int, float]The limit for data records.run_users: Union[int, float]The limit for run users.push_notification: Union[int, float]The limit for push notifications.file_storage: Union[int, float]The limit for file storage.
ProfileAddOns¶
TypedDict representing the add-ons of a profile.
Properties:
custom_dns: boolWhether the profile has the Custom Domain add-on purchased.mobile: boolWhether the profile has the Custom Mobile App add-on purchased.
info¶
TypedDict representing the information of a profile.
Properties:
id: GenericIDThe ID of the profile.account: GenericIDThe ID of the account associated with the profile.name: strThe name of the profile.logo_url: strThe URL of the profile’s logo.banner_url: strThe URL of the profile’s banner.created_at: datetimeThe datetime when the profile was created.updated_at: datetimeThe datetime when the profile was last updated.
ProfileInfo¶
TypedDict representing the information of a profile.
Properties:
info: infoThe information of the profile.allocation: ProfileLimitThe limits allocation of the profile.addons: ProfileAddOnsThe add-ons of the profile.account_plan: strThe account plan associated with the profile.
amount¶
TypedDict representing the amount of resources used by a profile.
Properties:
device: Union[int, float]The amount of devices used.bucket: Union[int, float]The amount of buckets used.dashboard: Union[int, float]The amount of dashboards used.dashboard_shared: Union[int, float]The amount of shared dashboards used.analysis: Union[int, float]The amount of analyses used.action: Union[int, float]The amount of actions used.am: Union[int, float]The amount of AMs used.run_users: Union[int, float]The amount of run users used.dictionary: Union[int, float]The amount of dictionaries used.connectors: Union[int, float]The amount of connectors used.networks: Union[int, float]The amount of networks used.tcore: Union[int, float]The amount of Tcore used.
limit_used¶
TypedDict representing the limits used by a profile.
Properties:
input: Union[int, float]The amount of input used.output: Union[int, float]The amount of output used.analysis: Union[int, float]The amount of analysis used.sms: Union[int, float]The amount of SMS used.email: Union[int, float]The amount of email used.data_records: Union[int, float]The amount of data records used.run_users: Union[int, float]The amount of run users used.push_notification: Union[int, float]The amount of push notifications used.file_storage: Union[int, float]The amount of file storage used.tcore: Union[int, float]The amount of Tcore used.
ProfileSummary¶
TypedDict representing the summary of a profile.
Properties:
limit: ProfileLimitThe limits of the profile.amount: amountThe amount of resources used by the profile.limit_used: limit_usedThe limits used by the profile.addons: ProfileAddOnsThe add-ons of the profile.