Sha256: 5ab4d76ff37e1bc2b68f7543593891cbb58c4f188632e700b3e553dedef6be3f
Contents?: true
Size: 1.01 KB
Versions: 8
Compression:
Stored size: 1.01 KB
Contents
# Fastly::DomainOwnershipsApi ```ruby require 'fastly' api_instance = Fastly::DomainOwnershipsApi.new ``` ## Methods > [!NOTE] > All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description ------ | ------------ | ----------- [**list_domain_ownerships**](DomainOwnershipsApi.md#list_domain_ownerships) | **GET** /domain-ownerships | List domain-ownerships ## `list_domain_ownerships()` ```ruby list_domain_ownerships: <InlineResponse2002> # List domain-ownerships ``` List all domain-ownerships. ### Examples ```ruby 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 ``` ### Options This endpoint does not need any parameter. ### Return type [**InlineResponse2002**](InlineResponse2002.md) [[Back to top]](#) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
8 entries across 8 versions & 1 rubygems