The Cloudlog API (Application Programming Interface) lets third party systems access Cloudlog in a controlled way. Access to the API is managed via API keys.
You will need to generate an API key for each tool you wish to use (e.g. CloudlogCAT). Generate a read-write key if the application needs to send data to Cloudlog. Generate a read-only key if the application only needs to obtain data from Cloudlog.
Info It's good practice to delete a key if you are no longer using the associated application.
num_rows() > 0) { ?>API Key | Description | Rights | Status |
---|---|---|---|
key; ?> | description; ?> | rights == "rw") { echo "Read & Write"; } elseif($row->rights == "r") { echo "Read Only"; } else { echo "Unknown"; } ?> | status); ?> Edit Test Delete |
You have no API Keys.