API
CLI
GET /v1beta/projects/{project}/addons/{addon}
Example response
200 OK
Details about the addon.
JSON
{
"name": "Example Addon",
"internalId": "example-addon",
"appId": "/example-user/default-project/example-job",
"description": "This is the addon description",
"status": "running",
"spec": {
"type": "mongodb",
"config": {
"versionTag": "4.4.1",
"deployment": {
"replicas": 1,
"storageSize": 1024,
"planId": "nf-compute-20",
"region": "europe-west"
}
}
}
}