Create Zone

This commit is contained in:
Russ Long 2018-03-30 10:00:57 -04:00
parent 070b73136f
commit 87b795b57e

View File

@ -24,7 +24,9 @@ class PagesController extends Controller
$zone_ttl = $createzone_req->zonettl; $zone_ttl = $createzone_req->zonettl;
$zone_primary_ip = $createzone_req->primaryip; $zone_primary_ip = $createzone_req->primaryip;
$headers = [ $headers = [
'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s' 'Accept: application/json',
'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s',
'Accept: application/json',
]; ];
$client = new Client(); //GuzzleHttp\Client $client = new Client(); //GuzzleHttp\Client
$result = $client->post('http://127.0.0.1:8081/api/v1/servers/localhost/zones', [ $result = $client->post('http://127.0.0.1:8081/api/v1/servers/localhost/zones', [