Sets the information of addons for the profile
Profile identification
Create a query for auditlog
Profile identification
Optional
filterObj: AuditLogFilterauditlog filter object
Create a profile.
If allocate_free_resources
is passed as an option, all the free resources available
in allocation will be allocated to the new profile.
Profile object with data to be created
Optional
options: { Options for the created profile.
Optional
allocate_Edits a profile
Profile object with data to be changed
Get Profile info
Profile identification or "current" for current profile example:
Lists all the profiles in your account
Remove an add-on from a profile at the end of the billing cycle.
Success message.
If profile ID is invalid.
If profile doesn't have the add-on.
Gets profile summary
Optional
options: { Optional
onlyFetch the list of accounts that a profile is shared with.
Generates and retrieves a new token
Profile ID
Token params for new token
Retrieves a list of all tokens
Profile ID
Optional
queryObj: ListTokenQuerySearch query params
Transforms the current token to another profile. The current profile will no longer have the current token, as the current token will be acquired by the profile informed. After this call is done, other requests using this token will work solely for the new profile, and no longer for the current profile.
Profile identification
List all the usage statistics of a profile.
Usage statistics are cumulative: if a service was not used in a time period, the statistics for that time period will not be in the object.
Profile identification
Optional
dateObj: StatisticsDateObject with date and their timezone
Array of cumulative usage statistics.
[
{ "time": "2022-01-01T00:00:00.000Z", "input": 5 },
{ "time": "2022-01-02T00:00:00.000Z", "input": 5, "output": 10 },
{ "time": "2022-01-03T00:00:00.000Z", "input": 10, "output": 15 },
]
Add a team member to a profile in a specific account