Sip options prober API

create new entry

POST /api/rest/admin/sip-options-probers

Parameters

Name Description
data[type] Resource type (sip-options-probers)
data[attributes][name] Name
data[attributes][ruri-username] Ruri username
data[attributes][ruri-domain] Ruri domain
data[attributes][append-headers] Append headers
data[attributes][auth-password] Auth password
data[attributes][auth-username] Auth username
data[attributes][contact-uri] Contact uri
data[attributes][enabled] Enabled
data[attributes][from-uri] From uri
data[attributes][interval] Interval
data[attributes][route-set] Route set
data[attributes][sip-interface-name] Sip interface name
data[attributes][sip-schema-id] Sip schema id
data[attributes][to-uri] To uri
data[attributes][created-at] Created at
data[attributes][updated-at] Updated at
data[attributes][external-id] External id
data[relationships][transport-protocol] Transport protocol
data[relationships][node] Node
data[relationships][pop] Pop

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIzOSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMX0.bdNLyafxuUHxcwYPgl0CksxymSQjStH9ZhLeSOfQlbM
Host: example.org
Cookie: 

Route

POST /api/rest/admin/sip-options-probers

Body

{"data":{"type":"sip-options-probers","attributes":{"name":"name","ruri-username":"ruri-username","ruri-domain":"ruri-domain"},"relationships":{"transport-protocol":{"data":{"type":"transport-protocols","id":1}}}}}

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
location: http://example.org/api/rest/admin/sip-options-probers/4
vary: Accept
etag: W/"544f546971d34b7875ac535fdf472770"
cache-control: max-age=0, private, must-revalidate
x-request-id: f881c570-72a1-43d1-9237-cffd0c8a2c78
x-runtime: 0.012600
content-length: 1097

Status

201 Created

Body

{
  "data": {
    "id": "4",
    "type": "sip-options-probers",
    "links": {
      "self": "http://example.org/api/rest/admin/sip-options-probers/4"
    },
    "attributes": {
      "append-headers": null,
      "auth-password": null,
      "auth-username": null,
      "contact-uri": null,
      "enabled": true,
      "from-uri": null,
      "interval": 60,
      "name": "name",
      "route-set": [

      ],
      "ruri-domain": "ruri-domain",
      "ruri-username": "ruri-username",
      "sip-interface-name": null,
      "sip-schema-id": 1,
      "to-uri": null,
      "created-at": "2026-02-27T16:56:51.119Z",
      "updated-at": "2026-02-27T16:56:51.119Z",
      "external-id": null
    },
    "relationships": {
      "node": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/4/relationships/node",
          "related": "http://example.org/api/rest/admin/sip-options-probers/4/node"
        }
      },
      "pop": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/4/relationships/pop",
          "related": "http://example.org/api/rest/admin/sip-options-probers/4/pop"
        }
      },
      "transport-protocol": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/4/relationships/transport-protocol",
          "related": "http://example.org/api/rest/admin/sip-options-probers/4/transport-protocol"
        }
      }
    }
  }
}