Retrieve the Hosts used by the specified Property.
GET /properties/:property_id/hosts
curl https://reactor.adobe.io/properties/:property_id/hosts \
-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": "HT9fbd30dc8f024fc1abf98b492ffcd2fe",
"type": "hosts",
"attributes": {
"created_at": "2023-04-21T22:59:31.863Z",
"server": null,
"name": "Example Akamai Host",
"path": null,
"port": null,
"status": "succeeded",
"skip_symlinks": false,
"type_of": "akamai",
"updated_at": "2023-04-21T22:59:31.863Z",
"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/HT9fbd30dc8f024fc1abf98b492ffcd2fe/property"
},
"data": {
"id": "PR6d6cc55084ec495b90fa84157fc5f5e7",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR6d6cc55084ec495b90fa84157fc5f5e7",
"self": "https://reactor.adobe.io/hosts/HT9fbd30dc8f024fc1abf98b492ffcd2fe"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}