Get All User Defined Events

Get All User Defined Events

List the created User Defined Event defintions. Only admin users can retrieve this information.

Request
URI
GET
https://vrni.example.com/api/ni/settings/events/user-defined-events
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns SubscriptionListResponse of type(s) application/json
{
    "results": [
        {
            "entity_id": "string",
            "active": false,
            "event_name": "string",
            "is_problem": false,
            "severity": "string",
            "search_criteria": "string",
            "generate_event_criteria": "string",
            "email_frequency": "string",
            "daily_at_utc": "string",
            "email_ids": [
                "string"
            ],
            "snmp_trap_entity_ids": [
                "string"
            ]
        }
    ],
    "total_count": 0
}
results
Optional

results

integer
total_count
Optional

total_count


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


401

Unauthorized

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


403

Forbidden

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


404

Not Found

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


500

Internal Error

Operation doesn't return any data structure