List Secrets
In this example we will list all the secret names available that have the string demo in their name.
You will not see any secret values with this command, only the names.
| API cURL Example | |
|---|---|
1 2 3 4 | |
The response will look like this;
| API cURL Example Response | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 | |
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 | |
You will see the output like this;
| API Client (Python) Example Response | |
|---|---|
1 | |
| Kelvin SDK Command Line Example | |
|---|---|
1 | |
You will need to confirm the delete process and if everything went well you will get the confirmation response like this;
| Kelvin SDK Command Line Output | |
|---|---|
1 2 3 4 5 6 7 | |