ip-request
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /ip-request
Header Parameters
Body Parameters
Responses
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
curl --request POST \
--url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/ip-request \
--header 'accept: application/json' \
--header 'client_id: string' \
--header 'client_secret: string' \
--header 'content-type: application/json' \
--data '
{
"pdpName": "MyPDP",
"ipQuantity": 2
}
'
RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"status": "Success",
"pdpName": "MyPDP",
"message": "2 IP Address(es) retrieved from database for MyPDP",
"ipAddressRecord": [
{
"ipAddress": "11.22.33.44",
"ipAddressType": "IPv4",
"ipAddressCode": "T01"
},
{
"ipAddress": "11.22.33.45",
"ipAddressType": "IPv4",
"ipAddressCode": "T01"
}
]
}