Go to primary content
Oracle® Communications Diameter Signaling Router Subscriber Database Server Provisioning Interface
Release 8.3
E93213
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Request

The <readDomainRequest> request extracts (reads) Domain Identifiers and displays up to nine destination values for each domain identifier.

Semantic Rules

  • All domain identifier names must already exist in the database.
  • There must be one domain identifier value specified and support up to 10 values.

Request Format

This request must be inserted between the <soapenv:Body> and </soapenv:Body> XML tags of a SOAP request message.
<readDomainRequest [timeout="timeout"]>
  <domainList>
    <domain>domainIdentifier</domain>
    [
    <domain>domainIdentifier</domain>
          …
    <domain>domainIdentifier</domain>
    ]
  </domainList>
</readDomainRequest>

Request Parameters

Table 9-29 <readDomainRequest> Parameters (SOAP)

Parameter Description Value
timeout (Optional)

The amount of time (in seconds) to wait before being able to perform a write if another connection is performing a write, or has a transaction open. Clients waiting to write will be processed in the order that their requests were received.

If the request is being performed within a transaction, this parameter will have no effect, as the client already has a transaction open.

0 (return immediately if not available) to 3600 seconds (default is 0).
domain The Domain Identifier name, which is used for configuring external identifier by associating them with local identifier values. Must have one or up to 10 domain identifier values. A string with 1 to 128 characters.