Oracle
Get a collection of product categories
Returns a collection of Oracle product categories.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get product category
Returns the details of a given Oracle product category.
Authorizations:
path Parameters
name required | string The partition type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of compliance status
Returns a collection of Oracle compliance statuses.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get compliance status
Returns the details of a given Oracle compliance status.
Authorizations:
path Parameters
name required | string The compliance status name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of product compliance statuses
Returns a collection of Oracle product compliance statuses.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of datacenter license compliance
Returns a collection of license compliance statuses with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of datacenter license assignments
Returns a collection of license assignments with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get datacenter licence requirements
Returns a collection of license requirements with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of server compliance statuses
Returns a collection of license compliance statuses with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of server license assignments
Returns a collection of license assignments with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of server license requirements
Returns a collection of license requirements with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of virtual machine license compliance
Returns a collection of license compliance statuses with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of virtual machine licence assignments
Returns a collection of license assignments with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of virtual machine license requirements
Returns a collection of license requirements with any Oracle Database product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of orders
Returns a collection of Oracle orders.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "orderDate": "2019-08-24T14:15:22Z",
- "orderName": "string",
- "oracleOrderNumber": "string",
- "olsa": "string",
- "areaOfUse": "string",
- "createdDate": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get order
Returns the details of a given Oracle order.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "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:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "orderId": "string",
- "itemType": "Default",
- "referstoItemId": "string",
- "productId": "string",
- "licenseType": "string",
- "licenseMetricType": "Nup",
- "quantity": 0,
- "licenseCost": 0,
- "licenseCostBase": 0,
- "supportCost": 0,
- "supportCostBase": 0,
- "csi": "string",
- "supportContractId": 0,
- "isPerpertual": true,
- "nonPerpertualYears": 0
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of database compliance status
Returns a collection of Oracle Database product compliance statuses.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "estateType": "VirtualMachines",
- "estateName": "string",
- "computerId": "string",
- "datacenterId": "string",
- "isLicenseRequired": true,
- "totalAssignedLicenseProcessor": 0,
- "totalRequiredLicenseProcessor": 0,
- "totalAssignedLicenseNup": 0,
- "totalRequiredLicenseNup": 0,
- "allInstallationsCount": 0,
- "installationsRequiredLicenseCount": 0,
- "installationsNotRequiredLicenseCount": 0,
- "licenseMetricType": "Nup",
- "productComplianceStatus": "Compliant",
- "coveredByProductId": "string",
- "coveredByEstate": "string",
- "licenseNeeded": 0,
- "partitioningType": "None"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of environment types
Returns a collection of software environment types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get environment type
Returns the details of a given software environment type.
Authorizations:
path Parameters
name required | string The environment type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of Database installations
Returns a collection of Oracle Database installations.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "databaseName": "string",
- "productVersion": "string",
- "isRac": true,
- "isDataGuard": true,
- "scanDate": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get details for a database installation
Returns the details of a uniquely identified Oracle Database installation.
Authorizations:
path Parameters
id required | string The installation identifier. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "identifier": "string",
- "productVersion": "string",
- "databaseName": "string",
- "databaseUniqueName": "string",
- "databaseDomain": "string",
- "globalName": "string",
- "mode": "string",
- "scanDate": "2019-08-24T14:15:22Z",
- "processorsAssigned": 0,
- "cpuSocketCount": 0,
- "cpuCoreCount": 0,
- "cpuHighWater": 0,
- "cpuCoreHighWater": 0,
- "isManagedByOEM": true,
- "isVaultInstalled": true,
- "isVaultUsed": true,
- "maxMemoryUsed": 0,
- "isNoInventory": true,
- "isUsedBy3PP": true,
- "failOverClient": "string",
- "failOverServer": "string",
- "isDataGuard": true,
- "logArchiveConfig": "string",
- "databaseRole": "string",
- "openMode": "string",
- "switchoverStatus": "string",
- "protectionMode": "string",
- "isRac": true,
- "isRMANDB": true,
- "isOEMDB": true,
- "isCDB": true,
- "isPDB": true,
- "numberOfInstances": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "oracleDBID": "string",
- "cdbDBID": "string",
- "summary": {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "isOemReposPrior10G": true,
- "isOemProgPrior10G": true,
- "isOemRepos10GAndHigher": true,
- "isOemPackGrant": true,
- "isOemPackAgree": true,
- "isOemManagedTargets": true,
- "isDbControl10GPackGrant": true,
- "isDbControl10GPackAgree": true,
- "managementPackAccess11G": "string",
- "isSqlProfilesUsed": true
}
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get collection of servers for an installation
Returns a collection of servers for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "licensingCoreFactor": 0
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of instances for an installation
Returns a collection of instances for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "instanceName": "string",
- "hostName": "string",
- "numberOfProcessorsAssigned": 0,
- "cpuCoreCount": 0,
- "cpuSocketCount": 0,
- "cpuHighwater": 0,
- "cpuCoreHighwater": 0,
- "cpuSocketHighwater": 0,
- "instanceId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of options for an installation
Returns a collection of options for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "tableOwner": "string",
- "isInstalled": true,
- "isUsed": true,
- "lastUsed": "2019-08-24T14:15:22Z",
- "firstUsed": "2019-08-24T14:15:22Z",
- "detectedUsages": 0
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of management packs for an installation
Returns a collection of management packs for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "isInstalled": true,
- "isUsed": true,
- "oraclePackUser": "string",
- "oracleOemDate": "2019-08-24T14:15:22Z",
- "isPackAccessGranted": true,
- "isPackAccessAgreed": true,
- "packAccessAgreedDate": "2019-08-24T14:15:22Z",
- "packAccessAgreedBy": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of features for an installation
Returns a collection of features for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "name": "string",
- "isUsed": true,
- "firstUsed": "2019-08-24T14:15:22Z",
- "lastUsed": "2019-08-24T14:15:22Z",
- "description": "string",
- "detectedUsages": 0
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of users for an installation
Returns a collection of users for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "userName": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "expireDate": "2019-08-24T14:15:22Z",
- "accountStatus": "string",
- "lockDate": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of sessions for an installation
Returns a collection of sessions for a uniquely identified Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "sessionId": "string",
- "osUser": "string",
- "clientProgram": "string",
- "oracleUser": "string",
- "logonTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "isBackgroundSession": true,
- "machine": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of options for an installation
Returns a collection of usage interpretations for a uniquely identified option and Oracle Database installation.
Authorizations:
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
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "groupName": "string",
- "isUsageTriggered": true,
- "usageQueries": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "queryName": "string",
- "isUsageTriggered": true,
- "usageFacts": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "factName": "string",
- "factValues": "string"
}
]
}
]
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of java installations
Returns a collection of Oracle Java installations.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "productId": "string",
- "runtimeName": "string",
- "runtimeVersion": "string",
- "vendor": "string",
- "version": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get details of a java installation
Returns the details of a uniquely identified Oracle Java installation.
Authorizations:
path Parameters
id required | string The installation identifier. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "identifier": "string",
- "productVersion": "string",
- "databaseName": "string",
- "databaseUniqueName": "string",
- "databaseDomain": "string",
- "globalName": "string",
- "mode": "string",
- "scanDate": "2019-08-24T14:15:22Z",
- "processorsAssigned": 0,
- "cpuSocketCount": 0,
- "cpuCoreCount": 0,
- "cpuHighWater": 0,
- "cpuCoreHighWater": 0,
- "isManagedByOEM": true,
- "isVaultInstalled": true,
- "isVaultUsed": true,
- "maxMemoryUsed": 0,
- "isNoInventory": true,
- "isUsedBy3PP": true,
- "failOverClient": "string",
- "failOverServer": "string",
- "isDataGuard": true,
- "logArchiveConfig": "string",
- "databaseRole": "string",
- "openMode": "string",
- "switchoverStatus": "string",
- "protectionMode": "string",
- "isRac": true,
- "isRMANDB": true,
- "isOEMDB": true,
- "isCDB": true,
- "isPDB": true,
- "numberOfInstances": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "oracleDBID": "string",
- "cdbDBID": "string",
- "summary": {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "isOemReposPrior10G": true,
- "isOemProgPrior10G": true,
- "isOemRepos10GAndHigher": true,
- "isOemPackGrant": true,
- "isOemPackAgree": true,
- "isOemManagedTargets": true,
- "isDbControl10GPackGrant": true,
- "isDbControl10GPackAgree": true,
- "managementPackAccess11G": "string",
- "isSqlProfilesUsed": true
}
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of featured for a java Installation
Returns a collection of features for a uniquely identified Oracle Java installation.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "computerId": "string",
- "featureId": "string",
- "name": "string",
- "status": "string",
- "version": "string",
- "vendor": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of license item types
Returns a collection of Oracle license item types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get license item type
Returns the details of a given Oracle license item type.
Authorizations:
path Parameters
name required | string The license type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of license metric types
Returns a collection of Oracle license metric types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get license metric type
Returns the details of a given Oracle license metric type.
Authorizations:
path Parameters
name required | string The license metric type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of licensing types
Returns a collection of Oracle licensing types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get licensing type
Returns the details of a given Oracle licensing type.
Authorizations:
path Parameters
name required | string The license type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of compliance status for any middleware product
Returns a collection of license compliance statuses with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of license assignments for any middleware product
Returns a collection of license assignments with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of license requirements for any middleware product
Returns a collection of license requirements with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get license compliance statuses for any middleware product
Returns a collection of license compliance statuses with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of license compiance for milldeware servers
Returns a collection of license assignments with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of license requirements for milldeware servers
Returns a collection of license requirements with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of compiance status for middleware virtual machines
Returns a collection of license compliance statuses with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "estateType": "VirtualMachines",
- "computerId": "string",
- "datacenterId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get license assignments for middleware virtual machines
Returns a collection of license assignments with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "orderId": "string",
- "licenseId": "string",
- "quantityAssigned": 0,
- "isManualAssigned": true
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get license requirements for middleware virtual machines
Returns a collection of license requirements with any Oracle Middleware product.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "computerId": "string",
- "datacenterId": "string",
- "estateType": "VirtualMachines",
- "requiredQuantity": 0,
- "requiredQuantityDecimal": 0,
- "notAllowedLicensableEntityTypes": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of middleware installations
Returns a collection of Oracle Middleware installations.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "computerId": "string",
- "version": "string",
- "oracleHomePath": "string",
- "firstDiscovered": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get middleware installation
Returns the details of a given Oracle Middleware installation.
Authorizations:
path Parameters
id required | string The unique ID of the installation. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productId": "string",
- "identifier": "string",
- "productVersion": "string",
- "databaseName": "string",
- "databaseUniqueName": "string",
- "databaseDomain": "string",
- "globalName": "string",
- "mode": "string",
- "scanDate": "2019-08-24T14:15:22Z",
- "processorsAssigned": 0,
- "cpuSocketCount": 0,
- "cpuCoreCount": 0,
- "cpuHighWater": 0,
- "cpuCoreHighWater": 0,
- "isManagedByOEM": true,
- "isVaultInstalled": true,
- "isVaultUsed": true,
- "maxMemoryUsed": 0,
- "isNoInventory": true,
- "isUsedBy3PP": true,
- "failOverClient": "string",
- "failOverServer": "string",
- "isDataGuard": true,
- "logArchiveConfig": "string",
- "databaseRole": "string",
- "openMode": "string",
- "switchoverStatus": "string",
- "protectionMode": "string",
- "isRac": true,
- "isRMANDB": true,
- "isOEMDB": true,
- "isCDB": true,
- "isPDB": true,
- "numberOfInstances": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "oracleDBID": "string",
- "cdbDBID": "string",
- "summary": {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "isOemReposPrior10G": true,
- "isOemProgPrior10G": true,
- "isOemRepos10GAndHigher": true,
- "isOemPackGrant": true,
- "isOemPackAgree": true,
- "isOemManagedTargets": true,
- "isDbControl10GPackGrant": true,
- "isDbControl10GPackAgree": true,
- "managementPackAccess11G": "string",
- "isSqlProfilesUsed": true
}
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of applications for a middleware installation
Returns a collection of applications for a uniquely identified Oracle Middleware installation.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "version": "string",
- "name": "string",
- "applicationId": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of middleware compliance status
Returns a collection of Oracle Middleware product compliance statuses.
Authorizations:
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
- 200
- 400
- 401
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "productId": "string",
- "estateType": "VirtualMachines",
- "estateName": "string",
- "computerId": "string",
- "datacenterId": "string",
- "isLicenseRequired": true,
- "totalAssignedLicenseProcessor": 0,
- "totalRequiredLicenseProcessor": 0,
- "totalAssignedLicenseNup": 0,
- "totalRequiredLicenseNup": 0,
- "allInstallationsCount": 0,
- "installationsRequiredLicenseCount": 0,
- "installationsNotRequiredLicenseCount": 0,
- "licenseMetricType": "Nup",
- "productComplianceStatus": "Compliant",
- "coveredByProductId": "string",
- "coveredByEstate": "string",
- "licenseNeeded": 0,
- "partitioningType": "None"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get a collection of partitioning types
Returns a collection of Oracle partitioning types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get partitioning type
Returns the details of a given Oracle partitioning type.
Authorizations:
path Parameters
name required | string The partition type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get product compliance status
Returns the details of a given Oracle product compliance status.
Authorizations:
path Parameters
name required | string The status name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
Get a collection of products
Returns a collection of Oracle products.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productName": "string",
- "productEdition": "string",
- "acronym": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get product
Returns the details of a given Oracle product.
Authorizations:
path Parameters
id required | string The product identifier. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "string",
- "productName": "string",
- "productEdition": "string",
- "acronym": "string"
}
Get a collection of product types
Returns a collection of Oracle product types.
Authorizations:
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
- 200
- 400
- 500
{- "items": [
- {
- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}
], - "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 751
}, - "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
]
}
Get product type
Returns the details of a given Oracle product type.
Authorizations:
path Parameters
name required | string The prodouct type name. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "sam/oracle/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "string"
}