Create a new application
{
"config": {
"customServiceTypes": [
{
"icmpType": [
{
"lowerValue": 0,
"upperValue": 0,
"value": 0
}
],
"port": [
{
"lowerValue": 0,
"upperValue": 0,
"value": 0
}
],
"protocol": "ICMP"
}
],
"serviceTypes": [
"ANY"
]
},
"description": "string",
"name": "string",
"routes": [
{
"allowEmbeddedIp": true,
"description": "string",
"value": "string"
}
]
}Responses
Status | Meaning | Description |
|---|---|---|
200 | OK | |
201 | Entity created | |
400 | Bad Request | |
401 | Unauthorized | |
403 | Access Forbidden | |
404 | Not Found | |
406 | Not Acceptable | |
429 | Too Many Requests | |
500 | Internal Server Error |
{
"config": {
"customServiceTypes": [
{
"icmpType": [
{
"lowerValue": 0,
"upperValue": 0,
"value": 0
}
],
"port": [
{
"lowerValue": 0,
"upperValue": 0,
"value": 0
}
],
"protocol": "ICMP"
}
],
"serviceTypes": [
"ANY"
]
},
"description": "string",
"id": "string",
"name": "string",
"networkItemId": "string",
"networkItemType": "HOST",
"routes": [
{
"allowEmbeddedIp": true,
"description": "string",
"domain": "string",
"id": "string",
"type": "DOMAIN"
}
]
}
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization