extractArgument($params, 'type'); $body = $this->extractArgument($params, 'body'); $endpointBuilder = $this->endpoints; $endpoint = $endpointBuilder('Monitoring\Bulk'); $endpoint->setParams($params); $endpoint->setType($type); $endpoint->setBody($body); return $this->performRequest($endpoint); } }