Path Parameters
The ID of the MySQL Credentials Rotation to retrieve the generated credentials for.
Response
Default Response
The response is of type object
.
curl --request GET \
--url https://us.infisical.com/api/v2/secret-rotations/mysql-credentials/{rotationId}/generated-credentials
{
"generatedCredentials": [
{
"username": "<string>",
"password": "<string>"
}
],
"activeIndex": 123,
"rotationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "mysql-credentials"
}
Get the generated credentials for the specified MySQL Credentials Rotation.
curl --request GET \
--url https://us.infisical.com/api/v2/secret-rotations/mysql-credentials/{rotationId}/generated-credentials
{
"generatedCredentials": [
{
"username": "<string>",
"password": "<string>"
}
],
"activeIndex": 123,
"rotationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "mysql-credentials"
}
The ID of the MySQL Credentials Rotation to retrieve the generated credentials for.
Default Response
The response is of type object
.
Was this page helpful?