Description

Retrieve a limit

REST Name
retrieve
Request
GET
URL
[server url][:port]/SAFe/sng_rest/api/retrieve/sip/profile/{identifier}/limit/{identifier}
Output
Name Data Possible Values Description
method

Type

  • Enumeration

Default

  • ANY

Rules

  • required

Values

  • ANY - ANY
  • INVITE - INVITE
  • REGISTER - REGISTER
  • ACK - ACK
  • BYE - BYE
  • CANCEL - CANCEL
  • OPTIONS - OPTIONS
  • PRACK - PRACK
  • SUBSCRIBE - SUBSCRIBE
  • NOTIFY - NOTIFY
  • PUBLISH - PUBLISH
  • INFO - INFO
  • REFER - REFER
  • MESSAGE - MESSAGE
  • UPDATE - UPDATE
  • MALFORMED - MALFORMED

SIP Method

SIP messages which will be used in the limitation rule.

host

Type

  • string

Default

  • ANY

Rules

  • valid_ip_or_blank_or_any

Host

Host which will be used in the limitation rule. If this field is left blank, the rule will use any host. The field accepts any IPv4 IP address.

limit

Type

  • string

Default

  • None

Rules

  • required
  • is_numeric
  • greater_than[0]

Rate Limit

Number of SIP messages to limit

period

Type

  • string

Default

  • None

Rules

  • required
  • is_numeric
  • greater_than[0]

Rate Period

Time period in seconds to limit incoming requests.