NOTE: Before creating a DNS zone, you need to select a suitable DNS offering.
-
GET /api/marketplace-offerings/?category_name=DNS
- List available DNS offerings.This endpoint retrieves a list of available DNS offerings, which define different DNS zone management plans and configurations. Use the
category_name=DNS
filter to retrieve only DNS offerings.Request Example:
GET [https://api.wayscloud.services/api/marketplace-offerings/?category_name=DNS](https://www.google.com/search?q=https://api.wayscloud.services/api/marketplace-offerings/%3Fcategory_name%3DDNS)
Authorization: Token <your_api_token>Response Example:
{
"next": null,
"previous": null,
"count": 1,
"results": [
{
"uuid": "dns_offering_uuid",
"name": "Global DNS",
"description": "Reliable and scalable DNS management.",
"category": {
"uuid": "dns_category_uuid",
"name": "DNS",
"description": "DNS offerings"
},
//... other fields...
}
]
}Status Codes:
- 200 OK: The list of DNS offerings was successfully retrieved.
- 401 Unauthorized: The user making the request is not authorized