Skip to main content

Get Entitlement Aggregation Groups Within Multi-Host Integration ID

GET 

/multihosts/:multiHostId/entitlementAggregationGroups

This API will return array of aggregation groups within provided Multi-Host Integration ID.

A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.

Request

Path Parameters

    multiHostId stringrequired

    ID of the Multi-Host Integration to update

Responses

OK. Returned if the request was successfully accepted into the system.

Schema

    multihost_id stringrequired

    Multi-Host Integration ID. The ID must be unique

    aggregation_grp_id stringrequired

    Multi-Host Integration aggregation group ID

    aggregation_grp_name stringrequired

    Multi-Host Integration name

    aggregation_cron_schedule stringrequired

    Cron expression to schedule aggregation

    enableSchedule booleanrequired

    Boolean value for Multi-Host Integration aggregation schedule.

    This specifies if scheduled aggregation is enabled or disabled.

    source_id_list string[]required

    Source IDs of the Multi-Host Integration

    created date-time

    Created date of Multi-Host Integration aggregation schedule

    modified date-time

    Modified date of Multi-Host Integration aggregation schedule

Loading...