RDF network information

get

/database/rdf/networks/{network_owner},{network_name}

Returns metadata describing the specified network. The exact attributes returned may vary depending on the Database version. A client requires SQL Developer, RDF Developer or RDF Reader role to invoke this servce.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Returns metadata about the specified network.
Body ()
Root Schema : NetworkDetailElem
Type: object
Metadata for an RDF network.
Show Source
Nested Schema : parameters
Type: array
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Nested Schema : NetworkParameterElem
Type: object
This object represents a metadata attribute and value.
Show Source

404 Response

RDF network does not exist
Back to Top