Class: OrganizationsQuota

OrganizationsQuota

new OrganizationsQuota(endPoint)

Manage Quotas for an Organization
Parameters:
Name Type Description
endPoint String [CC endpoint]
Source:

Methods

add(token_type, access_token, quotaOptions) → {JSON}

Parameters:
Name Type Description
token_type String [Authentication type]
access_token String [Authentication token]
quotaOptions JSON [org options]
Source:
Returns:
[return a JSON response]
Type
JSON

getQuotaDefinition(token_type, access_token, org_guid) → {JSON}

Parameters:
Name Type Description
token_type String [Authentication type]
access_token String [Authentication token]
org_guid String [org guid]
Source:
Returns:
[return a JSON response]
Type
JSON

getQuotaDefinitions(token_type, access_token) → {JSON}

Parameters:
Name Type Description
token_type String [Authentication type]
access_token String [Authentication token]
Source:
Returns:
[return a JSON response]
Type
JSON

remove(token_type, access_token, quota_guid, async) → {JSON}

Parameters:
Name Type Description
token_type String [Authentication type]
access_token String [Authentication token]
quota_guid String [quota guid]
async Boolean [description]
Source:
Returns:
[return a JSON response]
Type
JSON

setEndPoint(endPoint)

Set endpoint
Parameters:
Name Type Description
endPoint String [CC endpoint]
Source: