Sync Application Port Profiles
Sync the application port profiles from the network provider to VCD.
The network provider is required to be specified as a filter: (networkProviderId==[ID])
The following context is deprecated as of API version 38.0:
Network Provider ID (_context==networkProviderId)
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/applicationPortProfiles/sync
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
400
Invalid configuration.
Returns
Error
of type(s)
*/*;version=39.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/applicationPortProfiles/sync
Availability
Added in 33.0
Application Port Profiles Operations
GET
Get Application Port Profiles
POST
Create Application Port Profile
POST
Sync Application Port Profiles