This tutorial will show you how to use PHP to access the BeyondTrust PowerBroker API. BeyondTrust offers a free enterprise password API to application developers.
(more…)Jira Api To Create Issue using PHP

This rest api tutorial help to create issue into jira dashboard using Jira Rest api. I will take help of Jira rest api client php libs, You can use core jira rest api as well, but with help of this libs you can create clean code to use jira rest apis.
(more…)
Google Map Using Google Map JavaScript API

This PHP rest tutorial help to get latitude and longitude with help of address using rest API, The Google Map is used to display address location on the web page, which can be helpful to find the direction and location of the address,
(more…)Rancher Stacks List Using Rest API

This is another tutorials of rancher rest API uses.This rancher API tutorial help to read all stacks from rancher using Rancher RestAPI.I have already shared How to get Containers tutorial.The tutorial help to find all stacks List based on project.
We will send project id which was uniquely generated by rancher and get it from project details rest api json data.We will use rancher version 2 beta rest api to get all stacks.I am using php client to create rest request to rancher api server and find stacks information.
(more…)
How To Access KV Store Using Consul RESTful API

This is first tutorial of consul rest api uses and example.This consul rest api tutorial help to get key value of store that can be a JSON file.The KV is useful for storing service configuration or other metadata.The Values in the KV store cannot be larger than 512kb.
(more…)
ElasticSearch Rest API Example Using PHP

This tutorial help to access elastic search data using Rest API.I will create simple PHP rest call to access Elstaicsearch data using restful api with some search parameters.
Elasticsearch is a distributed, Restful search and analytics engine capable of solving a growing number of use cases.it centrally stores your data so you can discover the expected and uncover the unexpected. Elasticsearch as a Service offering available on Amazon Web Services (AWS) and Google Cloud Platform (GCP) powered by the creators of Elasticsearch, Logstash, Kibana, and Beats.
(more…)