Preflight a Scaleway Instances cluster
import requests
url = "https://platform.ankra.app/org/clusters/scaleway/preflight"
payload = {
"credential_id": "11111111-2222-4333-8444-555555555555",
"name": "scw-prod",
"region": "fr-par",
"ssh_key_credential_id": "99999999-8888-4777-8666-555555555555",
"zone": "fr-par-1"
}
headers = {
"cookie": "ankra_session=",
"X-Ankra-CSRF": "<x-ankra-csrf>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
cookie: 'ankra_session=',
'X-Ankra-CSRF': '<x-ankra-csrf>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
credential_id: '11111111-2222-4333-8444-555555555555',
name: 'scw-prod',
region: 'fr-par',
ssh_key_credential_id: '99999999-8888-4777-8666-555555555555',
zone: 'fr-par-1'
})
};
fetch('https://platform.ankra.app/org/clusters/scaleway/preflight', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request POST \
--url https://platform.ankra.app/org/clusters/scaleway/preflight \
--header 'Content-Type: application/json' \
--header 'X-Ankra-CSRF: <x-ankra-csrf>' \
--cookie ankra_session= \
--data '
{
"credential_id": "11111111-2222-4333-8444-555555555555",
"name": "scw-prod",
"region": "fr-par",
"ssh_key_credential_id": "99999999-8888-4777-8666-555555555555",
"zone": "fr-par-1"
}
'{
"can_proceed": true,
"items": [
{
"check": "<string>",
"message": "<string>",
"status": "pass"
}
]
}{
"detail": "Cluster not found"
}{
"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
Preflight a Scaleway Instances cluster
Browser session authentication; RBAC permission clusters.create. External cloud provider mode is mandatory; kubeadm accepts only Cilium.
POST
/
org
/
clusters
/
scaleway
/
preflight
Preflight a Scaleway Instances cluster
import requests
url = "https://platform.ankra.app/org/clusters/scaleway/preflight"
payload = {
"credential_id": "11111111-2222-4333-8444-555555555555",
"name": "scw-prod",
"region": "fr-par",
"ssh_key_credential_id": "99999999-8888-4777-8666-555555555555",
"zone": "fr-par-1"
}
headers = {
"cookie": "ankra_session=",
"X-Ankra-CSRF": "<x-ankra-csrf>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
cookie: 'ankra_session=',
'X-Ankra-CSRF': '<x-ankra-csrf>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
credential_id: '11111111-2222-4333-8444-555555555555',
name: 'scw-prod',
region: 'fr-par',
ssh_key_credential_id: '99999999-8888-4777-8666-555555555555',
zone: 'fr-par-1'
})
};
fetch('https://platform.ankra.app/org/clusters/scaleway/preflight', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request POST \
--url https://platform.ankra.app/org/clusters/scaleway/preflight \
--header 'Content-Type: application/json' \
--header 'X-Ankra-CSRF: <x-ankra-csrf>' \
--cookie ankra_session= \
--data '
{
"credential_id": "11111111-2222-4333-8444-555555555555",
"name": "scw-prod",
"region": "fr-par",
"ssh_key_credential_id": "99999999-8888-4777-8666-555555555555",
"zone": "fr-par-1"
}
'{
"can_proceed": true,
"items": [
{
"check": "<string>",
"message": "<string>",
"status": "pass"
}
]
}{
"detail": "Cluster not found"
}{
"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.
Headers
Must match the ankra_csrf browser cookie.
Body
application/json
61000, or a port from 1024 through 59999.
Container network. Omitted resolves to cilium on kubeadm (the default distribution) and flannel on k3s.
Available options:
flannel, calico, cilium Show child attributes
Show child attributes
Required range:
1 <= x <= 9Available options:
production, staging, development, disposable Available options:
k3s, kubeadm Required string length:
1 - 50Available options:
stacked, external CIDR for create-new mode; mutually exclusive with private_network_id.
Show child attributes
Show child attributes
Available options:
delete, retain Required range:
0 <= x <= 100