HTTP Post

A node that will send a synchronous HTTP POST request

Installation

To use this node enable omni.graph.http in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Data (inputs:data)

string

Data of the request (optionally) specified in JSON format

Exec In (inputs:execIn)

execution

Trigger the output

None

URL (inputs:url)

string

URL for HTTP request

Use JSON (inputs:use_json)

bool

Use JSON encoding for data

False

Outputs

Name

Type

Descripton

Default

Exec Out (outputs:execOut)

execution

execution

None

Metadata

Name

Value

Unique ID

omni.graph.http.HTTPPost

Version

1

Extension

omni.graph.http

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

usd

uiName

HTTP Post

Categories

internal

Generated Class Name

OgnHTTPPostDatabase

Python Module

omni.graph.http.python