Retrieve the data for the Host of the specified Environment.
GET /environments/:environment_id/host
curl https://reactor.adobe.io/environments/:environment_id/host \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "HT5f853236b94042f5b3c404f1dec90aa9",
"type": "hosts",
"attributes": {
"created_at": "2023-04-21T22:59:48.379Z",
"server": null,
"name": "Example Akamai Host",
"path": null,
"port": null,
"status": "succeeded",
"skip_symlinks": false,
"type_of": "akamai",
"updated_at": "2023-04-21T22:59:48.379Z",
"username": null,
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"property": {
"links": {
"related": "https://reactor.adobe.io/hosts/HT5f853236b94042f5b3c404f1dec90aa9/property"
},
"data": {
"id": "PR12743f47e244493cb5b6f6204ad4e73e",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR12743f47e244493cb5b6f6204ad4e73e",
"self": "https://reactor.adobe.io/hosts/HT5f853236b94042f5b3c404f1dec90aa9"
}
}
}