Retrieve Service

get

/services/{version}/deployments/{deployment}/services/{service}

Required Role: User

Retrieve the details of a service in an Oracle GoldenGate deployment.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The service details were retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate Service Configuration
Type: object
Title: Oracle GoldenGate Service Configuration
Configuration data for an OGG Microservice
Show Source
  • Allowed Values: [ "ogg:service" ]
  • config
    Service configuration data
  • Default Value: false
    Force the configuration data (NO LONGER USED)
  • Default Value: true
    Indicates the service is critical to the deployment
  • Default Value: true
    Indicates the service is managed by the Service Manager
  • Minimum Length: 36
    Maximum Length: 36
    Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89ABab][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
    An identifier that uniquely identifies this service
  • Default Value: false
    Indicates the service is locked by a security administrator and cannot be started
  • Default Value: false
    Start the service in quiet mode
  • restart
    Control how the service is restarted if it terminates
  • Default Value: stopped
    Allowed Values: [ "starting", "running", "stopped", "restart", "killed", "abended" ]
    Indicates the status of the service
Nested Schema : config
Service configuration data
Match One
Show Source
  • config-x-oneOf[0]
    OGG Microservice configuration
  • Allowed Values: [ "external" ]
    Indicates service configuration is externally managed
Nested Schema : restart
Type: object
Control how the service is restarted if it terminates
Default Value: { "enabled":true, "onSuccess":true, "delay":"0", "retries":"9", "window":"60", "disableOnFailure":true }
Show Source
  • Allowed Values: [ "ogg:taskRestart" ]
  • Minimum Value: 0
    Maximum Value: 3600
    Default Value: 0
    The amount of time, in seconds, to pause between discovering that a process has terminated abnormally and restarting the process.
  • Default Value: true
    If true, the task is disabled when it fails all execution attempts in an execution window.
  • Default Value: true
    If set, the task can be restarted if it terminates.
  • Minimum Value: 0
    Maximum Value: 3600
    The number of times the task failed in the current window.
  • Default Value: true
    If false, the task is only restarted if it fails.
  • Minimum Value: 0
    Maximum Value: 3600
    Default Value: 9
    The maximum number of times the task should be restarted before aborting retry efforts.
  • Minimum Value: 0
    Maximum Value: 604800
    Default Value: 60
    The window of time, in seconds, during which retries are counted.
Nested Schema : config-x-oneOf[0]
Type: object
OGG Microservice configuration
Show Source
Nested Schema : authorizationDetails
Type: object
Authorization configuration details.
Show Source
  • common
    Common authorization configuration settings.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Width of the expiration window in seconds.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 3600
    Duration of the authorizations.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 1800
    The maximum number of seconds an unexpired authorization session may be inactive before expiring. A session's inactivity time will be unlimited when sessionInactiveSeconds is set to 0.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 12
    The maximum number of times unexpired authorization sessions may be reauthorized. Session reauthorization request are not allowed when sessionReauthorizationLimit is set to 0.
  • Default Value: false
    Enable the use of moving expiration window over fix expiration time value.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 300
    The number of seconds for which an authorization digest remains valid.
Nested Schema : cors
Cross-Origin Resource Sharing
Match One
Show Source
Nested Schema : hstsDetails
Defines the HTTP Strict-Transport-Security (HSTS) policy parameters
Match One
Show Source
Nested Schema : network
Type: object
Network configuration
Show Source
Match Any
Show Source
Nested Schema : securityDetails
Type: object
Detailed security configuration.
Show Source
Nested Schema : common
Type: object
Common authorization configuration settings.
Show Source
Nested Schema : allow
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 5
Authorization modes allowed.
Show Source
Nested Schema : items
Match One
Show Source
  • Allowed Values: [ "Basic", "Digest-SHA-256", "Digest", "x-Cert", "Bearer" ]
    HTTP authorization modes allowed.
Nested Schema : cors-x-oneOf[0]
Type: object
Allow anonymous access from any origin
Show Source
Nested Schema : cors-x-oneOf[1]
Type: object
Allow credentialed access from a specific origin
Show Source
Nested Schema : hstsDetails-x-oneOf[0]
Type: object
HSTS policy object.
Show Source
  • Default Value: true
    Option indicating that the target domain's subdomain should be included when evaluating the HSTS policy.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Maximum time in seconds the HTST policy should remain in effect.
Nested Schema : ipACL
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 256
Show Source
Nested Schema : serviceListeningPort
Port number or Network listener definitions that the service will listen on
Match One
Show Source
Nested Schema : items
Type: object
IP Address Access Control List Policy.
Show Source
Nested Schema : address
Hostname or IP address to match.
Match One
Show Source
  • Minimum Length: 1
    Maximum Length: 4095
    Pattern: ^(((([a-zA-Z0-9][-a-zA-Z0-9]{0,61})?[a-zA-Z0-9])[.])*([a-zA-Z][-a-zA-Z0-9]{0,61}[a-zA-Z0-9]|[a-zA-Z])[.]?)$
    Network host name
  • address-x-oneOf[1]
    Network IP address
Nested Schema : address-x-oneOf[1]
Network IP address
Match One
Show Source
  • Minimum Length: 7
    Maximum Length: 15
    Pattern: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
    Network IPv4 address
  • Minimum Length: 1
    Maximum Length: 256
    Pattern: ^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$
    Network IPv6 address
Nested Schema : serviceListeningPort-x-oneOf[0]
Listener TCP/IP port number
Match One
Show Source
  • Minimum Value: 1
    Maximum Value: 65535
  • Minimum Length: 1
    Maximum Length: 5
    Pattern: [1-9][0-9]{0,4}
Nested Schema : serviceListeningPort-x-oneOf[1]
Type: object
Network listener definition
Show Source
Match Any
Show Source
Nested Schema : serviceListeningPort-x-oneOf[2]
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 32
Array of Network listener definition
Show Source
Nested Schema : address
IP address for listener
Match One
Show Source
  • Minimum Length: 1
    Maximum Length: 4095
    Pattern: ^(((([a-zA-Z0-9][-a-zA-Z0-9]{0,61})?[a-zA-Z0-9])[.])*([a-zA-Z][-a-zA-Z0-9]{0,61}[a-zA-Z0-9]|[a-zA-Z])[.]?)$
    Network host name
  • address-x-oneOf[1]
    Network IP address
Nested Schema : port
Listener TCP/IP port number
Match One
Show Source
  • Minimum Value: 1
    Maximum Value: 65535
  • Minimum Length: 1
    Maximum Length: 5
    Pattern: [1-9][0-9]{0,4}
Nested Schema : address-x-oneOf[1]
Network IP address
Match One
Show Source
  • Minimum Length: 7
    Maximum Length: 15
    Pattern: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
    Network IPv4 address
  • Minimum Length: 1
    Maximum Length: 256
    Pattern: ^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$
    Network IPv6 address
Nested Schema : items
Type: object
Network listener definition
Show Source
Match Any
Show Source
Nested Schema : address
IP address for listener
Match One
Show Source
  • Minimum Length: 1
    Maximum Length: 4095
    Pattern: ^(((([a-zA-Z0-9][-a-zA-Z0-9]{0,61})?[a-zA-Z0-9])[.])*([a-zA-Z][-a-zA-Z0-9]{0,61}[a-zA-Z0-9]|[a-zA-Z])[.]?)$
    Network host name
  • address-x-oneOf[1]
    Network IP address
Nested Schema : port
Listener TCP/IP port number
Match One
Show Source
  • Minimum Value: 1
    Maximum Value: 65535
  • Minimum Length: 1
    Maximum Length: 5
    Pattern: [1-9][0-9]{0,4}
Nested Schema : address-x-oneOf[1]
Network IP address
Match One
Show Source
  • Minimum Length: 7
    Maximum Length: 15
    Pattern: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
    Network IPv4 address
  • Minimum Length: 1
    Maximum Length: 256
    Pattern: ^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$
    Network IPv6 address
Nested Schema : network
Type: object
Network security configuration.
Show Source
Nested Schema : common
Type: object
Common network security configuration.
Show Source
  • Default Value: false
    Indicates whether a FIPS-140 compliant implementation module should be used.
  • Allowed Values: [ "OracleSSL" ]
    Security implementation identifier.
Nested Schema : inbound
Type: object
Network security configuration for inbound requests from clients.
Show Source
  • Allowed Values: [ "server_only", "clientOptional_server", "client_server", "client_only", "anonymous" ]
    Defines the authorization mode to use when accepting secured network connections.
  • certACL
    Minimum Number of Items: 1
    Maximum Number of Items: 255
    Array policies for accepting allowing or denying acceptance of a peer certificate.
  • cipherSuites
    Defines the cipher-suites that may be used when establishing secure network connections.
  • Default Value: true
    Indicates whether Certificate Revocation List handling is enabled.
  • Minimum Length: 5
    Maximum Length: 4096
    Pattern: ^file:.*$
    Defines the path to the CRL file.
  • Default Value: TLS_ALL
    Allowed Values: [ "1_0", "1_0_Or_3_0", "1_1", "1_1_Or_1_0", "1_1_Or_1_0_Or_3_0", "1_1_Or_3_0", "1_2_Or_1_0", "1_2_Or_1_0_Or_3_0", "1_2_Or_1_1", "1_2_Or_1_1_Or_1_0", "1_2_Or_1_1_Or_1_0_Or_3_0", "1_2_Or_1_1_Or_3_0", "1_2_Or_3_0", "3_0", "3_0_Only", "3_0_With_2_0_Hello", "1_2", "1_3", "1_3_Or_1_2", "TLS_1_2", "TLS_1_3", "TLS_ALL" ]
    Defines the protocol version to use and accept when establishing secure network connections.
  • Allowed Values: [ "server" ]
    Defines the role the application is assuming.
  • sessionCacheDetails
    Defines the control limits for session caching.
  • Default Value: true
    Indicates whether session caching is enabled.
  • Minimum Length: 5
    Maximum Length: 4096
    Pattern: ^file:.*$
    Defines the path to an Oracle wallet.
  • Minimum Length: 0
    Maximum Length: 255
    Defines the Oracle wallet password if the wallet is declared as autologin.
Nested Schema : outbound
Type: object
Network security configuration for outbound requests to servers.
Show Source
  • Allowed Values: [ "server_only", "clientOptional_server", "client_server", "client_only", "anonymous" ]
    Defines the authorization mode to use when accepting secured network connections.
  • cipherSuites
    Defines the cipher-suites that may be used when establishing secure network connections.
  • Default Value: true
    Indicates whether Certificate Revocation List handling is enabled.
  • Minimum Length: 5
    Maximum Length: 4096
    Pattern: ^file:.*$
    Defines the path to the CRL file.
  • Default Value: TLS_ALL
    Allowed Values: [ "1_0", "1_0_Or_3_0", "1_1", "1_1_Or_1_0", "1_1_Or_1_0_Or_3_0", "1_1_Or_3_0", "1_2_Or_1_0", "1_2_Or_1_0_Or_3_0", "1_2_Or_1_1", "1_2_Or_1_1_Or_1_0", "1_2_Or_1_1_Or_1_0_Or_3_0", "1_2_Or_1_1_Or_3_0", "1_2_Or_3_0", "3_0", "3_0_Only", "3_0_With_2_0_Hello", "1_2", "1_3", "1_3_Or_1_2", "TLS_1_2", "TLS_1_3", "TLS_ALL" ]
    Defines the protocol version to use and accept when establishing secure network connections.
  • Allowed Values: [ "client" ]
    Defines the role the application is assuming.
  • sessionCacheDetails
    Defines the control limits for session caching.
  • Default Value: true
    Indicates whether session caching is enabled.
  • Minimum Length: 5
    Maximum Length: 4096
    Pattern: ^file:.*$
    Defines the path to an Oracle wallet.
  • Minimum Length: 0
    Maximum Length: 255
    Defines the Oracle wallet password if the wallet is declared as autologin.
Nested Schema : certACL
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 255
Array policies for accepting allowing or denying acceptance of a peer certificate.
Show Source
Nested Schema : cipherSuites
Defines the cipher-suites that may be used when establishing secure network connections.
Match One
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    Default Value: ^((?!anon|RC4|NULL|3DES).)*$
    Regular expression that qualifies the set of cipher-suites to select for use when establishing secure network connections.
  • cipherSuites-x-oneOf[1]
    Minimum Number of Items: 1
    Maximum Number of Items: 41
    Array of discrete cipher-suite identifiers that may be used when establishing secure network connections.
Nested Schema : sessionCacheDetails
Type: object
Defines the control limits for session caching.
Show Source
  • Minimum Value: 1
    Maximum Value: 4294967295
    Default Value: 4096
    The maximum number of sessions to cache.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 1800
    The number of seconds before a session might be purged from the session cache.
Nested Schema : items
Type: object
Certificate Access Control List Policy.
Show Source
Nested Schema : cipherSuites-x-oneOf[1]
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 41
Array of discrete cipher-suite identifiers that may be used when establishing secure network connections.
Show Source
  • Allowed Values: [ "TLS_DHE_RSA_WITH_AES_128_CBC_SHA", "TLS_DHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", "TLS_DHE_RSA_WITH_AES_256_CBC_SHA256", "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA", "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA", "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384", "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384", "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_128_CBC_SHA256", "TLS_RSA_WITH_AES_128_GCM_SHA256", "TLS_RSA_WITH_AES_256_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA256", "TLS_RSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256", "TLS_AES_128_CCM_8_SHA256", "TLS_AES_128_CCM_SHA256" ]
    Cipher-suite identifier
Nested Schema : cipherSuites
Defines the cipher-suites that may be used when establishing secure network connections.
Match One
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    Default Value: ^((?!anon|RC4|NULL|3DES).)*$
    Regular expression that qualifies the set of cipher-suites to select for use when establishing secure network connections.
  • cipherSuites-x-oneOf[1]
    Minimum Number of Items: 1
    Maximum Number of Items: 41
    Array of discrete cipher-suite identifiers that may be used when establishing secure network connections.
Nested Schema : sessionCacheDetails
Type: object
Defines the control limits for session caching.
Show Source
  • Minimum Value: 1
    Maximum Value: 4294967295
    Default Value: 4096
    The maximum number of sessions to cache.
  • Minimum Value: 0
    Maximum Value: 4294967295
    Default Value: 1800
    The number of seconds before a session might be purged from the session cache.
Nested Schema : cipherSuites-x-oneOf[1]
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 41
Array of discrete cipher-suite identifiers that may be used when establishing secure network connections.
Show Source
  • Allowed Values: [ "TLS_DHE_RSA_WITH_AES_128_CBC_SHA", "TLS_DHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", "TLS_DHE_RSA_WITH_AES_256_CBC_SHA256", "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA", "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA", "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384", "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384", "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_128_CBC_SHA256", "TLS_RSA_WITH_AES_128_GCM_SHA256", "TLS_RSA_WITH_AES_256_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA256", "TLS_RSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256", "TLS_AES_128_CCM_8_SHA256", "TLS_AES_128_CCM_SHA256" ]
    Cipher-suite identifier
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:9012/services/v2/content/",
            "mediaType":"text/html",
            "rel":"ogg://service"
        },
        {
            "href":"http://localhost:9011/services/v2/deployments/Local/services/adminsrvr",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:9011/services/v2/deployments/Local/services/adminsrvr",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:9011/services/v2/metadata-catalog/service",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:service",
        "config":{
            "workerThreadCount":"5",
            "asynchronousOperationEnabled":true,
            "hstsEnabled":true,
            "network":{
                "serviceListeningPort":"9012"
            },
            "legacyProtocolEnabled":false,
            "authorizationEnabled":true,
            "securityDetails":{
                "network":{
                    "common":{
                        "fipsEnabled":false,
                        "id":"OracleSSL"
                    },
                    "inbound":{
                        "authMode":"clientOptional_server",
                        "certACL":[
                            {
                                "name":"ANY",
                                "permission":"allow"
                            }
                        ],
                        "cipherSuites":"^((?!anon|RC4|NULL|3DES).)*$",
                        "crlEnabled":false,
                        "role":"server",
                        "sessionCacheDetails":{
                            "limit":"20480",
                            "timeoutSecs":"1800"
                        },
                        "sessionCacheEnabled":false
                    },
                    "outbound":{
                        "authMode":"client_server",
                        "cipherSuites":"^.*$",
                        "crlEnabled":false,
                        "role":"client",
                        "sessionCacheEnabled":false
                    }
                }
            },
            "csrfHeaderProtectionEnabled":false,
            "authorizationDetails":{
                "common":{
                    "allow":[
                        "Digest-SHA-256",
                        "Digest",
                        "Basic"
                    ],
                    "customAuthorizationEnabled":true
                },
                "movingExpirationWindowSecs":"900",
                "sessionDurationSecs":"3600",
                "useMovingExpirationWindow":false
            },
            "taskManagerEnabled":true,
            "hstsDetails":"max-age=31536000;includeSubDomains",
            "defaultSynchronousWait":"30",
            "csrfTokenProtectionEnabled":true
        },
        "critical":true,
        "enabled":true,
        "id":"f4faee9b-033c-46d9-a384-d4fa41223892",
        "locked":false,
        "restart":{
            "delay":"0",
            "disableOnFailure":true,
            "enabled":true,
            "failures":"2",
            "onSuccess":true,
            "retries":"9",
            "window":"60"
        },
        "status":"running"
    }
}
Back to Top