get https://{hostname}/papi/v1/properties//hostname-activations/
For a property with useHostnameBucket
set to true
at creation, this operation gets details about a specific property hostname activation. You typically get a single activation from an activationLink
when launching a new property hostname activation and following up to poll its status
. For property hostname activations whose status
is PENDING
, a Retry-After
header provides an estimate for when it's likely to change.
Recipes
Get a property hostname activation
Open Recipe