Gets an item from the ApiSdk.v2.domains.item.records.item collection
The unique identifier of the domain record.
To get a listing of all records configured for a domain, send a GET request to /v2/domains/$DOMAIN_NAME/records.The list of records returned can be filtered by using the name and type query parameters. For example, to only include A records for a domain, send a GET request to /v2/domains/$DOMAIN_NAME/records?type=A. name must be a fully qualified record name. For example, to only include records matching sub.example.com, send a GET request to /v2/domains/$DOMAIN_NAME/records?name=sub.example.com. Both name and type may be used together.
OptionalrequestConfiguration: RequestConfiguration<RecordsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new record to a domain, send a POST request to/v2/domains/$DOMAIN_NAME/records.The request must include all of the required fields for the domain record typebeing added.See the attribute table for details regarding recordtypes and their respective required attributes.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To get a listing of all records configured for a domain, send a GET request to /v2/domains/$DOMAIN_NAME/records.The list of records returned can be filtered by using the name and type query parameters. For example, to only include A records for a domain, send a GET request to /v2/domains/$DOMAIN_NAME/records?type=A. name must be a fully qualified record name. For example, to only include records matching sub.example.com, send a GET request to /v2/domains/$DOMAIN_NAME/records?name=sub.example.com. Both name and type may be used together.
OptionalrequestConfiguration: RequestConfiguration<RecordsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new record to a domain, send a POST request to/v2/domains/$DOMAIN_NAME/records.The request must include all of the required fields for the domain record typebeing added.See the attribute table for details regarding recordtypes and their respective required 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/domains/{domain_name}/records