Skip to main content

Oracle

SAM: Oracle (1.0.0)

Download OpenAPI specification:Download

API for interacting with Oracle.

Categories

Get a collection of product categories

Returns a collection of Oracle product categories.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get product category

Returns the details of a given Oracle product category.

Authorizations:
BearerAuth
path Parameters
name
required
string

The partition type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Compliance

Get a collection of compliance status

Returns a collection of Oracle compliance statuses.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get compliance status

Returns the details of a given Oracle compliance status.

Authorizations:
BearerAuth
path Parameters
name
required
string

The compliance status name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Get a collection of product compliance statuses

Returns a collection of Oracle product compliance statuses.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Entitlements

Get a collection of datacenter license compliance

Returns a collection of license compliance statuses with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer
Default: 100

The maximum number of items in the response.

page_number
integer
Default: 1

The page number.

filter
string

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of datacenter license assignments

Returns a collection of license assignments with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get datacenter licence requirements

Returns a collection of license requirements with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of server compliance statuses

Returns a collection of license compliance statuses with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of server license assignments

Returns a collection of license assignments with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of server license requirements

Returns a collection of license requirements with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of virtual machine license compliance

Returns a collection of license compliance statuses with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of virtual machine licence assignments

Returns a collection of license assignments with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of virtual machine license requirements

Returns a collection of license requirements with any Oracle Database product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of orders

Returns a collection of Oracle orders.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get order

Returns the details of a given Oracle order.

Authorizations:
BearerAuth
path Parameters
id
required
string

The unique ID of the order.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "id": "string",
  • "orderDate": "2019-08-24T14:15:22Z",
  • "orderName": "string",
  • "oracleOrderNumber": "string",
  • "olsa": "string",
  • "areaOfUse": "string",
  • "createdDate": "2019-08-24T14:15:22Z"
}

Get license details of an order

Returns a collection of licenses for a uniquely identified Oracle order.

Authorizations:
BearerAuth
path Parameters
id
required
string

The order identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of database compliance status

Returns a collection of Oracle Database product compliance statuses.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Environment

Get a collection of environment types

Returns a collection of software environment types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get environment type

Returns the details of a given software environment type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The environment type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Installations

Get a collection of Database installations

Returns a collection of Oracle Database installations.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get details for a database installation

Returns the details of a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get collection of servers for an installation

Returns a collection of servers for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of instances for an installation

Returns a collection of instances for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of options for an installation

Returns a collection of options for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of management packs for an installation

Returns a collection of management packs for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of features for an installation

Returns a collection of features for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of users for an installation

Returns a collection of users for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of sessions for an installation

Returns a collection of sessions for a uniquely identified Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of options for an installation

Returns a collection of usage interpretations for a uniquely identified option and Oracle Database installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

oid
required
string

The option identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of java installations

Returns a collection of Oracle Java installations.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get details of a java installation

Returns the details of a uniquely identified Oracle Java installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of featured for a java Installation

Returns a collection of features for a uniquely identified Oracle Java installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

License

Get a collection of license item types

Returns a collection of Oracle license item types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get license item type

Returns the details of a given Oracle license item type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The license type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Get a collection of license metric types

Returns a collection of Oracle license metric types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get license metric type

Returns the details of a given Oracle license metric type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The license metric type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Get a collection of licensing types

Returns a collection of Oracle licensing types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get licensing type

Returns the details of a given Oracle licensing type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The license type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Middleware

Get a collection of compliance status for any middleware product

Returns a collection of license compliance statuses with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of license assignments for any middleware product

Returns a collection of license assignments with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of license requirements for any middleware product

Returns a collection of license requirements with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get license compliance statuses for any middleware product

Returns a collection of license compliance statuses with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of license compiance for milldeware servers

Returns a collection of license assignments with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of license requirements for milldeware servers

Returns a collection of license requirements with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of compiance status for middleware virtual machines

Returns a collection of license compliance statuses with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get license assignments for middleware virtual machines

Returns a collection of license assignments with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get license requirements for middleware virtual machines

Returns a collection of license requirements with any Oracle Middleware product.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of middleware installations

Returns a collection of Oracle Middleware installations.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get middleware installation

Returns the details of a given Oracle Middleware installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The unique ID of the installation.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of applications for a middleware installation

Returns a collection of applications for a uniquely identified Oracle Middleware installation.

Authorizations:
BearerAuth
path Parameters
id
required
string

The installation identifier.

query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get a collection of middleware compliance status

Returns a collection of Oracle Middleware product compliance statuses.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Partition

Get a collection of partitioning types

Returns a collection of Oracle partitioning types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get partitioning type

Returns the details of a given Oracle partitioning type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The partition type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Product

Get product compliance status

Returns the details of a given Oracle product compliance status.

Authorizations:
BearerAuth
path Parameters
name
required
string

The status name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}

Get a collection of products

Returns a collection of Oracle products.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

filter
string
Example: filter=status -eq "active"

For more information on the available operators and which data types those operators work on, see Filter API call results.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get product

Returns the details of a given Oracle product.

Authorizations:
BearerAuth
path Parameters
id
required
string

The product identifier.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "id": "string",
  • "productName": "string",
  • "productEdition": "string",
  • "acronym": "string"
}

Get a collection of product types

Returns a collection of Oracle product types.

Authorizations:
BearerAuth
query Parameters
page_size
integer <= 1000
Default: 100

The maximum number of items in the response.

page_number
integer <int64>
Default: 1

The page number.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    },
  • "_links": [
    ]
}

Get product type

Returns the details of a given Oracle product type.

Authorizations:
BearerAuth
path Parameters
name
required
string

The prodouct type name.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "name": "string"
}