REST API reference
Platform API
Subscription API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/apiKeys HTTP/1.1
Host:
Accept: */*
{
"type": {
"value": {
"value": {
"length": 1,
"isEmpty": true,
"span": {
"length": 1,
"isEmpty": true
}
},
"isDefault": true
},
"isDefault": true
},
"key": {
"value": {
"length": 1,
"isEmpty": true,
"span": {
"length": 1,
"isEmpty": true
}
},
"isDefault": true
}
}POST /api/subscriptions HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"offer": "text",
"name": "text",
"hostname": "text"
}{
"type": {
"value": {
"value": {
"length": 1,
"isEmpty": true,
"span": {
"length": 1,
"isEmpty": true
}
},
"isDefault": true
},
"isDefault": true
},
"key": {
"value": {
"length": 1,
"isEmpty": true,
"span": {
"length": 1,
"isEmpty": true
}
},
"isDefault": true
}
}GET /api/subscriptions/{subscriptionId}/resourceGroups HTTP/1.1
Host:
Accept: */*
[
{
"description": "text",
"id": "/api/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}",
"name": "text",
"resourceGroupId": "rg_1234",
"tags": {
"CustomerNumber": 1234,
"Department": "Service"
}
}
]