com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Resource Definition to Add Cellular Operations on iOS Devices

A sample resource definition, together with details on the information that is added in the JSON are as follows:

Sample definition JSON to add cellular operations

The following is the sample configuration that can be used in a JSON to add cellular operations:

{
  "operation": {
    "attachAPNName": "APN",
    "authenticationType": "CHAP",
    "username": "Kim",
    "password": "$kim1234",
    "apnConfigurations": [
      {
        "configurationName": "APNConfiguration",
        "authenticationType": "CHAP",
        "username": "Bill",
        "password": "$bill1234",
        "proxyServer": "22.231.113.64",
        "proxyPort": 8080
      }
    ]
  },
  "deviceIDs": [
    "2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b",
    "2ec33430ad456713c633de75b2219376bac45de56"
  ]
}

 

Property definitions

All the properties that correspond to adding cellular operations are explained as follows: 

Property Value

Description

Data
Type

Example

operation
This specifies the operation that is to be applied on the iOS devices.YesN/Aoperation-

deviceIDs

ID of the iOS device. Multiple device IDs can be added by using comma separated values. 
For more information on retrieving the device ID, see Retrieving the ID of an iOS device.

Yes

N/A

String

2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b

 

operation

Property Value

 

 Description

Data
Type

Example
attachAPNName 

The name of the configuration. 

 YesN/A 

String 

APN
authenticationType 

The authentication type must contain either CHAP or PAP as the value.

 NoPAP StringCHAP 
username The user name used for authentication.  No N/A String Kim
password 

The password used for authentication.

 No N/A String $kim1234
apnConfigurationsThis specifies the APN configurations No N/A

apnConfigurations

 


apnConfigurations

 

Property Value

 

 Description

 

 

Data
Type

Example
configurationName 

The name for the configuration. 

YesN/AString

APNConfiguration

authenticationType 

Must contain either CHAP or PAP.

NoPAPStringCHAP
username 
The user name used for authentication.NoN/AStringBill
password 
The password used for authentication.NoN/AString$bill1234
proxyServer 

The proxy server's network address. 

NoN/AString22.231.113.64
proxyPort 

The proxy server's port. 

NoN/ANumber8080
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.