• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

nrSendHttpRequest

Syntax

nrSendHttpRequest(nr as Object, urlReq as Object) as Void

Description

Send an HTTP_REQUEST event of type ConnectedDeviceSystem.

Arguments

Arguments

Description

nr

New Relic Agent object.

urlReq

URL request, roUrlTransfer object.

Return

Nothing.

Example

urlReq = CreateObject("roUrlTransfer")
urlReq.SetUrl(_url)
...
nrSendHttpRequest(m.nr, urlReq)
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.