description |
---|
Creates a new proxy resource. |
Creates a new proxy resource.
POST /api/management/projects/{projectId}/proxies
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console |
POST: /api/management/projects/website/proxies
{
"id": "7622b5f7-e245-4226-9e64-3aeafa930eae",
"projectId": "movieDb",
"name": "Thrillers section",
"description": "Proxies current website thrillers section",
"endpoints": {
"*": {
"server": "10.65.18.4",
"ssl": true,
"headers": {
"host": "www.moviedb-oldsite.com"
}
},
"fr-FR": {
"server": "10.65.18.4",
"ssl": true,
"headers": {
"host": "www.moviedb.fr"
}
}
},
"version": {
"versionNo": "2.0",
"created": "2020-02-13T10:15:12.1973648+01:00",
"createdBy": "t.durden",
"modified": "2020-02-13T10:15:12.1973648+01:00",
"modifiedBy": "t.durden",
"published": "2020-02-13T10:15:12.1973648+01:00",
"publishedBy": "t.durden"
}
}
HTTP status code | Reason | Response model |
---|---|---|
201 | Created | Proxy |
401 | Unauthorized | Error |
404 | NotFound | Error |
409 | ResourceAlreadyExists | Error |
422 | ValidationError | Error |
500 | InternalServerError | Error |