in Developer Zone Tags: apifaqhttpxml

Don’t see your question here? Suggest an addition to this FAQ page using the form below:

What is the Inbound HTTP forwarding retry period?

1st retry after 5 seconds
2nd after 5 minutes

For each subsequent retry, 5 minutes is added (i.e. 3rd = 10, 4th = 15 and so on) up to a maximum of 10 retries.

What is the date format for the XML API?

Standard XML format – http://www.w3.org/TR/xmlschema-2/#dateTime :

3.2.7.1 Lexical representation

The ·lexical space· of dateTime consists of finite-length sequences of characters of the form: ‘-‘? yyyy ‘-‘ mm ‘-‘ dd ‘T’ hh ‘:’ mm ‘:’ ss (‘.’ s+)? (zzzzzz)?, where

  • ‘-‘? yyyy is a four-or-more digit optionally negative-signed numeral that represents the year; if more than four digits, leading zeros are prohibited, and ‘0000’ is prohibited (see the Note above (§3.2.7); also note that a plus sign is not permitted);
  • the remaining ‘-‘s are separators between parts of the date portion;
  • the first mm is a two-digit numeral that represents the month;
  • dd is a two-digit numeral that represents the day;
  • ‘T’ is a separator indicating that time-of-day follows;
  • hh is a two-digit numeral that represents the hour; ’24’ is permitted if the minutes and seconds represented are zero, and the dateTime value so represented is the first instant of the following day (the hour property of a dateTime object in the ·value space· cannot have a value greater than 23);
  • ‘:’ is a separator between parts of the time-of-day portion;
  • the second mm is a two-digit numeral that represents the minute;
  • ss is a two-integer-digit numeral that represents the whole seconds;
  • ‘.’ s+ (if present) represents the fractional seconds;
  • zzzzzz (if present) represents the timezone (as described below).

For example, 2002-10-10T12:00:00-05:00 (noon on 10 October 2002, Central Daylight Savings Time as well as Eastern Standard Time in the U.S.) is 2002-10-10T17:00:00Z, five hours later than 2002-10-10T12:00:00Z.

What IP addresses are used by NM?

  • 94.199.190.241 to 94.199.190.253
  • 185.122.216.32 to 185.122.216.39

New IP address

  • 185.78.53.65 to 185.78.53.71

0