Skip to main content

Get Child Entitlements

GET 

/getChildEntitlements

This API can be used to get the list of all child entitlements. The Authorization must have Bearer followed by Token. Mandatory params: endpointname/endpointkey - if both are passed endpointkey is considered Optional params: entitlementtypekey/entitlementtypename - Possible values should have parent entitlementtypekey/entitlementtypename. If both are passed entitlementtypekey is considered, parententitlementvalue/parententitlementvaluekey - if both are passed parententitlementvaluekey is considered, entquery - query to support parent entitlement_values parameters. Sample - "pev.status = 1", childentquery - query to support child entitlement_values parameters. Sample - "cev.customproperty3 = '25'", entitlements2query - query to support entitlements2 parameters. Sample - "e2.jobId is not null", responsefields - possible values should have child entitlementvalue domain properties. Sample - ["description","customproperty1","customproperty3","displayname"], max, offset

Request

Body

    childentquerystring
    Example: cev.customproperty3 = '25'
    endpointkeystring
    Example: 1
    endpointnamestring
    Example: AWS
    entitlements2querystring
    Example: e2.jobId is not null
    entitlementtypekeystring
    Example: 54
    entitlementtypenamestring
    Example: AWSSecurityGroup
    entquerystring
    Example: pev.status = 1
    maxstring
    Example: 5
    offsetstring
    Example: 0
    parententitlementvaluestring
    Example: sg-0303987b
    parententitlementvaluekeystring
    Example: 189260
    responsefieldsstring[]
    Example: ["description","customproperty1","customproperty3","displayname"]

Responses

Get Child Entitlements

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    childEntitlementsList

    object[]

  • Array [

  • customproperty1string
    Example: 23.240.16.195/32
    customproperty3string
    Example: 25
    endpointstring
    Example: AWS
    endpointKeynumber
    Example: 1
    entitlementTypestring
    Example: SGIBRules
    entitlementTypeKeynumber
    Example: 63
    entitlementTypeNamestring
    Example: SGIBRules
    entitlement_valuestring
    Example: InboundRules::sg-0303987b#0
    entitlement_valuekeystring
    Example: 189502
    parententitlementvaluestring
    Example: sg-0303987b
    parententitlementvaluekeynumber
    Example: 189260
    parententstatusstring
    Example: 1
    requestFormstring
    Example: Request Form None
  • ]

  • displaycountnumber
    Example: 1
    errorcodestring
    Example: 0
    msgstring
    Example: success
    totalcountnumber
    Example: 1