curl --request GET \
--url https://api.qovery.com/organization/{organizationId}/targets \
--header 'Authorization: Bearer <token>'{
"targets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}Get available event targets to filter events
curl --request GET \
--url https://api.qovery.com/organization/{organizationId}/targets \
--header 'Authorization: Bearer <token>'{
"targets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Organization ID
Display targets available since this timestamp.
A range of date can be specified by using from-timestamp with to-timestamp
The format is a timestamp with nano precision
Display targets triggered before this timestamp.
A range of date can be specified by using to-timestamp with from-timestamp
The format is a timestamp with nano precision
Type of the organization event
CREATE, UPDATE, DELETE, ACCEPT, EXPORT, CLONE, DEPLOY_QUEUED, STOP_QUEUED, RESTART_QUEUED, DELETE_QUEUED, UNINSTALL_QUEUED, MAINTENANCE, DRY_RUN, TRIGGER_REDEPLOY, TRIGGER_CANCEL, FORCE_RUN_QUEUED, FORCE_RUN_QUEUED_DEPLOY, FORCE_RUN_QUEUED_STOP, FORCE_RUN_QUEUED_DELETE, TRIGGER_DEPLOY, TRIGGER_STOP, TRIGGER_RESTART, TRIGGER_DELETE, TRIGGER_UNINSTALL, TRIGGER_DEPLOY_DRY_RUN, TRIGGER_TERRAFORM_FORCE_UNLOCK, TRIGGER_TERRAFORM_MIGRATE_STATE, TRIGGER_FORCE_RUN, TRIGGER_FORCE_RUN_DEPLOY, TRIGGER_FORCE_RUN_STOP, TRIGGER_FORCE_RUN_DELETE, DEPLOYED, STOPPED, DELETED, UNINSTALLED, RESTARTED, DEPLOYED_DRY_RUN, FORCE_RUN_SUCCEEDED, TERRAFORM_FORCE_UNLOCK_SUCCEEDED, TERRAFORM_MIGRATE_STATE_SUCCEEDED, DEPLOY_FAILED, STOP_FAILED, DELETE_FAILED, UNINSTALL_FAILED, RESTART_FAILED, DEPLOYED_DRY_RUN_FAILED, FORCE_RUN_FAILED, TERRAFORM_FORCE_UNLOCK_FAILED, TERRAFORM_MIGRATE_STATE_FAILED, SHELL, SSO, PORT_FORWARD, REMOTE_DEBUG, IMPORT, LOCK, UNLOCK "CREATE"
Type of the organization event
APPLICATION, CLUSTER, CONTAINER, CONTAINER_REGISTRY, DATABASE, ENTERPRISE_CONNECTION, ENVIRONMENT, JOB, HELM, HELM_REPOSITORY, MEMBERS_AND_ROLES, ORGANIZATION, PROJECT, WEBHOOK, TERRAFORM "APPLICATION"
Information about the owner of the event (user name / apitoken / automatic action)
Origin of the organization event
API, CLI, CONSOLE, GIT, QOVERY_INTERNAL, TERRAFORM_PROVIDER "API"
Mandatory when requesting an environment or a service
Mandatory when requesting a service
Used only to retrieve projects or environments linked to service typed events The target level to fetch
PROJECT, ENVIRONMENT Get organization event targets
Show child attributes
Was this page helpful?