You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/well-known/README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# Discovery APIs
2
-
The APIs described here allow a user of the Veraison to obtain and view meta information about the Veraison deployment. Information about deployment can be queried according to the service e.g. provisioning or verification.
2
+
The APIs described here allow a user of the Veraison to obtain and view meta information about the Veraison deployment. Information about a deployment can be queried according to the service - e.g., provisioning or verification.
3
3
4
4
The relevant resource is created in response to a client `GET`. The queried information is then outputted as shown in the examples below.
5
5
6
6
## Well-known API: Provisioning service
7
7
The information for the provisioning service has the following attributes:
8
8
9
9
* The allowed provisioning media types;
10
-
* The version of the provisioning service.
10
+
* The version of the provisioning service;
11
+
* The current operational state of the service;
12
+
* The exposed API endpoints and the corresponding URLs (relative to the request's base URL).
11
13
12
14
### Querying information about the Provisioning service
0 commit comments