Create Notification

Create Notification

Create a notification

Request
URI
POST
https://apigw.vmware.com/sampleExchange/v1/notifications
COPY
Request Body
NotificationInstance of type(s) application/json
Optional
{
    "id": 0,
    "solrQuery": "string",
    "email": "string",
    "url": "string"
}
integer As int32 As int32
id
Optional

id

string
solrQuery
Optional

solrQuery

string
email
Optional

email

string
url
Optional

url

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns NotificationInstance of type(s) application/json
{
    "id": 0,
    "solrQuery": "string",
    "email": "string",
    "url": "string"
}
integer As int32 As int32
id
Optional

id

string
solrQuery
Optional

solrQuery

string
email
Optional

email

string
url
Optional

url