After a deployment of a ROCKIT Edge instance it is recommended to verify that the endpoints can be reached. As simple test please invoke POST /adm/v1/ping which verifies
the proper API Gateway configuration
Lambda function configuration
OCI authentication
Database access
Slack notification
Request
Header Params
Content-Type
string
required
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://Example-Server.com/adm/v1/ping' \
--header'Content-Type: application/json'
Responses
🟢200Success
application/json
Body
status
string
required
Indicates that the ping request was successful.
message
string
required
Returns a confirmation message (typically "pong") to signal that the API is reachable and operational.