List Scaleway locations
import requests
url = "https://platform.ankra.app/org/clusters/scaleway/locations"
headers = {"cookie": "ankra_session="}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {cookie: 'ankra_session='}};
fetch('https://platform.ankra.app/org/clusters/scaleway/locations', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://platform.ankra.app/org/clusters/scaleway/locations \
--cookie ankra_session={
"instance_types": [
{
"arch": "x86_64",
"available": true,
"hourly_eur": 0.02,
"memory_bytes": 4294967296,
"monthly_eur": 14.6,
"name": "DEV1-M",
"vcpus": 3
}
],
"pricing_complete": true
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}{
"detail": "Cluster not found"
}Scaleway Clusters
List Scaleway locations
Browser session authentication; RBAC permission clusters.read. Catalog prices carry currency/SKU metadata and explicit incomplete-pricing reasons.
GET
/
org
/
clusters
/
scaleway
/
locations
List Scaleway locations
import requests
url = "https://platform.ankra.app/org/clusters/scaleway/locations"
headers = {"cookie": "ankra_session="}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {cookie: 'ankra_session='}};
fetch('https://platform.ankra.app/org/clusters/scaleway/locations', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://platform.ankra.app/org/clusters/scaleway/locations \
--cookie ankra_session={
"instance_types": [
{
"arch": "x86_64",
"available": true,
"hourly_eur": 0.02,
"memory_bytes": 4294967296,
"monthly_eur": 14.6,
"name": "DEV1-M",
"vcpus": 3
}
],
"pricing_complete": true
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": "Cluster not found"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}{
"detail": "Cluster not found"
}Authorizations
Browser session. Mutations also require X-Ankra-CSRF.