RDF network information
get
http://localhost:8080/ords/pdbdba/_/db-api/stable/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
-
network_name(required): string
The name of the RDF network.Example:
NET1 -
network_owner(required): string
The owner of the RDF network.Example:
RDFUSER
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Returns metadata about the specified network.
Root Schema : NetworkDetailElem
Type:
objectMetadata for an RDF network.
Show Source
-
links: array
links
-
network_name: string
the name of the RDF networkExample:
NET1 -
owner: string
the owner of the RDF networkExample:
RDFUSER -
parameters: array
parameters
Nested Schema : parameters
Type:
Show Source
array-
Array of:
object NetworkParameterElem
This object represents a metadata attribute and value.
Nested Schema : NetworkParameterElem
Type:
objectThis object represents a metadata attribute and value.
Show Source
-
attribute: string
the attribute nameExample:
COMPRESSION -
description: string
a description of the attributeExample:
Compression setting for semantic network -
namespace: string
the attribute categoryExample:
NETWORK -
value: string
the attribute valueExample:
COMPRESS=RSCB
404 Response
RDF network does not exist