Owner's Manual

Provider Resource URI Description
Provider host endpoints
GET: sdnc/v1/hosts/
{hostID}/endpoints/
*@{providerID}
Displays information about each
endpoint on the specified host
associated with the specified
provider.
GET, POST, DELETE:
sdnc/v1/hosts/{hostID}/
endpoints/
{endpointID}@{providerID}
Displays information about,
creates, or deletes the specified
endpoint on the specified host
associated with the specified
provider.
Provider policies
GET: sdnc/v1/policies/
*@{providerID}
Displays an array with an element
for each policy associated with
the specified provider.
GET, POST, DELETE:
sdnc/v1/policies/
{policyID}@{providerID}
Displays information about,
creates, or deletes the specified
policy.
Tenant Resources and URIs
Table 28. Tenant Resources and URIs
Tenant Resource URI Description
Tenant networks
GET: sdnc/v1/networks/
*@{tenantID}@{providerID}
Displays an array with an element
for each network associated with
the specified tenant and provider.
GET, POST, PUT, DELETE:
sdnc/v1/networks/
{networkID}@{tenantID}@{p
roviderID}
Displays information about,
creates, updates, or deletes the
specified network.
Tenant hosts
GET: sdnc/v1/hosts/
*@{tenantID}@{providerID}
Displays an array with an element
for each host associated with the
specified tenant of the specified
provider.
GET, POST, DELETE:
sdnc/v1/hosts/
{hostID}@{tenantID}@{prov
iderID}
Displays information about,
creates, or deletes the specified
host associated with the specified
tenant of the specified provider.
Tenant policies
GET: sdnc/v1/policies/
*@{tenantID}@{providerID}
Displays an array with an element
for each policy associated with
the specified tenant and provider.
GET, POST, DELETE:
sdnc/v1/policies/
{policyID}@{tenantID}@{pr
oviderID}
Displays information about,
creates, or deletes the specified
policy.
56
REST APIs