Help Center/
Data Lake Insight/
API Reference (ME-Abu Dhabi Region)/
Getting Started/
Creating a Queue
Updated on 2022-12-08 GMT+08:00
Creating a Queue
Scenario Description
This section describes how to create a queue using APIs. For details on how to call APIs, see Calling APIs.
Constraints
- Queues created using this API will be bound to specified compute resources.
- It takes 6 to 10 minutes to start a job using a new queue for the first time.
Involved APIs
- Creating a Queue: Create a queue.
- Viewing Details of a Queue: Ensure that the queue is successfully created.
Procedure
- Create a queue.
- API
URI format: POST /v1.0/{project_id}/queues
- Obtain the value of {project_id} from Obtaining a Project ID.
- For details about the request parameters, see Creating a Queue.
- Request example
- Description: Create an SQL queue named queue1 in the project whose ID is 48cc2c48765f481480c7db940d6409d1.
- Example URL: POST https://{endpoint}/v1.0/48cc2c48765f481480c7db940d6409d1/queues
- Body:
{ "queue_name": "queue1", "description": "test", "cu_count": 16, "resource_mode": 1, "queue_type": "sql" }
- Example response
{ "is_success": true, "message": "", "queue_name": "queue1" }
- API
- Verify that the queue is created successfully.
- API
URI format: GET /v1.0/{project_id}/queues/{queue_name}
- Obtain the value of {project_id} from Obtaining a Project ID.
- For details about the query parameters, see Viewing Details of a Queue.
- Request example
- Description: Query details about queue1 in the project whose ID is 48cc2c48765f481480c7db940d6409d1.
- Example URL: GET https://{endpoint}/v1.0/48cc2c48765f481480c7db940d6409d1/queues/queue1
- Body:
{}
- Example response
{ "is_success": true, "message": "", "owner": "testuser", "description": "", "queue_name": "queue1", "create_time": 1587613028851, "queue_type": "sql", "cu_count": 16, "resource_id": "03d51b88-db63-4611-b779-9a72ba0cf58b", "resource_mode": 0 }
- API
Parent topic: Getting Started
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot