Retrieve the data for an existing Host, based on its ID.
GET /hosts/:id
curl https://reactor.adobe.io/hosts/:id \
-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": "HT6654a54b89e94891b3b375281fc2e79b",
"type": "hosts",
"attributes": {
"created_at": "2023-01-30T20:53:46.911Z",
"server": null,
"name": "Example Akamai Host",
"path": null,
"port": null,
"status": "succeeded",
"skip_symlinks": false,
"type_of": "akamai",
"updated_at": "2023-01-30T20:53:46.911Z",
"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/HT6654a54b89e94891b3b375281fc2e79b/property"
},
"data": {
"id": "PRa39b9cdbfb8945c58e676ba2eecf8e31",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRa39b9cdbfb8945c58e676ba2eecf8e31",
"self": "https://reactor.adobe.io/hosts/HT6654a54b89e94891b3b375281fc2e79b"
}
}
}