Home
Author Manual
Themes Guide
Development

fpm-ready API

This API is get called from fpm, when the fpm serve is ready to serve the package.

API

URL and Parameters

URL of the API is: /v1/fpm/fpm-ready

Query Parameters: ec2_instance_id and git_hash.

Request Method
Request Method of this API is GET

Response
The output of the API is:

{
    "success": true
}