Gets an item from the ApiSdk.v2.cdn.endpoints.item collection
A unique identifier for a CDN endpoint.
To list all of the CDN endpoints available on your account, send a GET request to /v2/cdn/endpoints.
OptionalrequestConfiguration: RequestConfiguration<EndpointsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new CDN endpoint, send a POST request to /v2/cdn/endpoints. Theorigin attribute must be set to the fully qualified domain name (FQDN) of aDigitalOcean Space. Optionally, the TTL may be configured by setting the ttlattribute.A custom subdomain may be configured by specifying the custom_domain andcertificate_id attributes.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the CDN endpoints available on your account, send a GET request to /v2/cdn/endpoints.
OptionalrequestConfiguration: RequestConfiguration<EndpointsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new CDN endpoint, send a POST request to /v2/cdn/endpoints. Theorigin attribute must be set to the fully qualified domain name (FQDN) of aDigitalOcean Space. Optionally, the TTL may be configured by setting the ttlattribute.A custom subdomain may be configured by specifying the custom_domain andcertificate_id attributes.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/cdn/endpoints