Table of Contents

Connection element

Specifies a connection. This typically contains a request and a response.

Parent

Session

Attributes

Name                   Type Required Description
id unsignedInt Yes The unique connection ID.
ignoreTimeout EnumTrueFalse If the HTTP connection should ignore timeout, set this attribute to true.
name string Specifies the name of the connection.
timeout unsignedInt Specifies that DataMiner must use this timeout value instead of the default one (or the one specified in the Session tag) when executing this connection of this session.

Children

Name Occurrences Description
All
  Request Defines the HTTP request to be sent.
  Response Defines the response to the HTTP request you defined in ../Connection/Request.