Data Integration
- Data Integration
- All Products
/public/core/v3/metering/ipuAlert/org('<organization Id>')
/public/core/v3/metering/ipuAlert/org('organization Id')/viewTagsPreference
Field | Type | Description |
---|---|---|
orgName | String | Name of the organizaiton. |
orgId | String | ID of the organization. |
parentOrgId | String | ID of the parent organization. This field only applies to sub-organizations.
Otherwise, it's NULL. |
thresholdValue | Integer | Threshold value configured. |
ipuConsumed | BigDecimal | Specifies how many IPUs are consumed. This field's value relates to the
ipuThresholdPrefType field and displays either an absolute value or a
percentage. |
ipuThresholdPrefType | String | Type of threshold. Returns one of the following values:
|
Field | Type | Description |
---|---|---|
orgId | String | ID of the organization. |
projectName | String | Name of the project. |
folderName | String | Name of the folder. For project based thresholds, the folder name is
NULL. |
thresholdValue | Integer | Threshold value. |
currentConsumption | BigDecimal | Specifies how many IPUs are consumed. This field's value relates to the
ipuThresholdPrefType field and displays either an absolute value or a
percentage. |
ipuThresholdPrefType | String | Type of threshold. Returns one of the following values:
|
{ "orgName": "Infa", "orgId": "3nqii4jGTiLda0M3ympy4E", "parentOrgId": null, "thresholdValue": 35, "ipuConsumed": 100, "ipuThresholdPrefType": "ABSOLUTE" }
{ "orgId": "3nqii4jGTiLda0M3ympy4E", "projectName": "My Project", "folderName": "Mapping Jobs", "thresholdValue": 20, "currentConsumption": 10, "ipuThresholdPrefType": "PERCENTAGE" }