Owner's Manual
System Resource URI Description
DB Document
GET: sdnc/v1/system/db/
table/{tableName}
Displays information about the
specified table.
Provider Resources and URIs
Table 27. Provider Resources and URIs
Provider Resource URI Description
Providers
GET: sdnc/v1/providers/*
Displays information about each
configured provider.
GET, POST, DELETE:
sdnc/v1/providers/
{providerID}
Displays information about,
creates, or deletes the specified
provider.
Provider tenants
GET: sdnc/v1/tenants/
*@{providerID}
Displays information about each
tenant associated with the
specified provider.
GET, POST, DELETE:
sdnc/v1/tenants/
{tenantID}@{providerID}
Displays information about,
creates, or deletes the specified
tenant associated with the
specified provider.
Provider networks
GET: sdnc/v1/networks/
*@{providerID}
Displays an array with an element
for each network associated with
the specified provider.
GET, POST, PUT, DELETE:
sdnc/v1/networks/
{networkID}@{providerID}
Displays information about,
creates, or deletes the specified
network.
Provider hosts
GET: sdnc/v1/hosts/
*@{providerID}
Displays each host associated
with the specified provider.
GET, POST, DELETE:
sdnc/v1/networks/
{hostID}@{providerID}
Displays information about,
creates, or deletes the specified
host belonging to the specified
provider.
Provider endpoints
GET: sdnc/v1/
endpoints/*@{providerID}
Displays an array with an element
for each endpoint associated
with the specified provider.
GET, POST, DELETE:
sdnc/v1/endpoints/
{endpointID}@{providerID}
Displays information about,
creates, or deletes the specified
endpoint.
Provider network endpoints
GET, POST, DELETE:
sdnc/v1/networks/
{networkID}/endpoints/
{endpointID}@{providerID}
Displays information about,
creates, or deletes the specified
endpoint on the specified
network associated with the
specified provider.
REST APIs
55