require 'fastly'
api_instance = Fastly::DomainOwnershipsApi.new
Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
list_domain_ownerships | GET /domain-ownerships | List domain-ownerships |
list_domain_ownerships: <InlineResponse2002> # List domain-ownerships
List all domain-ownerships.
api_instance = Fastly::DomainOwnershipsApi.new
begin
# List domain-ownerships
result = api_instance.list_domain_ownerships
p result
rescue Fastly::ApiError => e
puts "Error when calling DomainOwnershipsApi->list_domain_ownerships: #{e}"
end
This endpoint does not need any parameter.