Load Balancer SDK
In-Bangalore-1Bearer <token>Orchestration task accepted.
No content
POST /v3/highlvl/create_load_balancer_orchestration HTTP/1.1
Host: r1.staging.olakrutrim.com
x-region: In-Bangalore-1
k-customer-id: text
x-account-id: text
Authorization: Bearer <token>
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"loadbalancer_data": {},
"listeners": [
{}
]
}Orchestration task accepted.
No content
In-Bangalore-1Bearer <token>Load balancer updated successfully.
No content
POST /v3/highlvl/update_load_balancer/{lb_krn} HTTP/1.1
Host: r1.staging.olakrutrim.com
x-region: In-Bangalore-1
Authorization: Bearer <token>
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"lb_krn": "text",
"loadbalancer_data": {},
"listeners": [
{}
]
}Load balancer updated successfully.
No content
In-Bangalore-1Bearer <token>Deletion initiated.
No content
DELETE /v3/highlvl/loadbalancer/{lb_krn} HTTP/1.1
Host: r1.staging.olakrutrim.com
x-region: In-Bangalore-1
Authorization: Bearer <token>
Accept: */*
Deletion initiated.
No content
Bearer <token>Full configuration payload returned.
No content
GET /v3/highlvl/fetch_payload_multiple/{lb_krn} HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Full configuration payload returned.
No content
Bearer <token>List of load balancers.
No content
GET /v3/highlvl/get_lb_list_new/{vpc_krn} HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
List of load balancers.
No content
Bearer <token>Current task progress.
No content
GET /v3/highlvl/task_status/{task_id} HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Current task progress.
No content
In-Bangalore-1Bearer <token>Target group created.
No content
POST /v1/highlvl/create_target_group HTTP/1.1
Host: r1.staging.olakrutrim.com
x-region: In-Bangalore-1
Authorization: Bearer <token>
Content-Type: application/json
Accept: */*
Content-Length: 193
{
"vpc_id": "text",
"target_group_name": "text",
"members": [
{
"name": "text",
"address": "text",
"protocol_port": 1,
"weight": 1
}
],
"health_monitor": {
"h_type": "text",
"timeout": 1,
"delay": 1,
"url_path": "text"
}
}Target group created.
No content
In-Bangalore-1Bearer <token>Target group updated.
No content
POST /v1/highlvl/updatetg HTTP/1.1
Host: r1.staging.olakrutrim.com
x-region: In-Bangalore-1
Authorization: Bearer <token>
Content-Type: application/json
Accept: */*
Content-Length: 193
{
"vpc_id": "text",
"target_group_name": "text",
"members": [
{
"name": "text",
"address": "text",
"protocol_port": 1,
"weight": 1
}
],
"health_monitor": {
"h_type": "text",
"timeout": 1,
"delay": 1,
"url_path": "text"
}
}Target group updated.
No content
Bearer <token>Target group deleted.
No content
DELETE /v1/highlvl/target_group?vpc_id=text&target_group_name=text HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Target group deleted.
No content
Bearer <token>Comprehensive list of target groups.
No content
GET /v1/highlvl/get_tg_list?vpc_id=text HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Comprehensive list of target groups.
No content
Bearer <token>Detailed TG info.
No content
GET /v1/highlvl/get_target_groups?vpc_id=text HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Detailed TG info.
No content
Bearer <token>Array of strings containing TG names.
No content
GET /v1/highlvl/get_target_group_names?vpc_id=text HTTP/1.1
Host: r1.staging.olakrutrim.com
Authorization: Bearer <token>
Accept: */*
Array of strings containing TG names.
No content
Last updated
Was this helpful?

