Passa al contenuto principale

List Alerts

GET 

/projects/:projectId/providers/Aruba.Insight/alerts

List Alerts

Request

Path Parameters

    projectId stringrequired

Query Parameters

    filter string
    sort string
    projection string
    offset int32
    limit int32
    serviceTypology string
    Default value:
    serviceName string
    Default value:
    api-version string

    The requested API version

    Default value: 1.0

Responses

Success

Schema

    total int64
    self stringnullable
    prev stringnullable
    next stringnullable
    first stringnullable
    last stringnullable

    values

    object[]

    nullable

  • Array [

  • id stringnullable
    eventId stringnullable
    eventName stringnullable
    username stringnullable
    tenant stringnullable
    company stringnullable
    serviceCategory stringnullable
    serviceTypology stringnullable
    resourceId stringnullable
    serviceName stringnullable
    resourceTypology stringnullable
    metric stringnullable
    lastReception date-timenullable
    rule stringnullable
    theshold int64nullable
    um stringnullable
    duration stringnullable
    thesholdExceedence stringnullable
    component stringnullable
    clusterTypology stringnullable
    cluster stringnullable
    clustername stringnullable
    nodePool stringnullable
    sms booleannullable
    email booleannullable
    panel booleannullable
    hidden booleannullable

    executedAlertActions

    object[]

    nullable

  • Array [

  • actionType ActionType (string)

    Possible values: [NotificationPanel, SendEmail, SendSms, AutoscalingDbaas]

    success boolean
    errorMessage stringnullable
  • ]

  • actions

    object[]

    nullable

  • Array [

  • key stringnullable
    disabled booleannullable
    executable booleannullable
  • ]

  • isParentName boolean
  • ]

  • metadata

    object

    data

    object[]

    nullable

  • Array [

  • type stringnullable
    values string[]nullable
  • ]

Loading...