{ "opencollection": "1.0.0", "info": { "name": "Weblogic Management Service API", "version": "20241101" }, "items": [ { "info": { "name": "weblogicManagementService", "type": "folder" }, "items": [ { "info": { "name": "Gets the use agreement.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/agreement", "headers": [ { "name": "opc-request-id", "value": "" } ] }, "docs": "Returns the terms and conditions of use agreement.\n" }, { "info": { "name": "Gets all managed instances in a given compartment.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment that contains the resources to list. This filter returns \nonly resources contained within the specified compartment.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "The display name." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "pluginStatus", "value": "", "type": "query", "description": "The plugin status of the managed instance.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "Lists managed instances that match the specified compartment or managed instance OCID. Filter the list against a variety of criteria including but not limited to its name, status and compartment.\n" }, { "info": { "name": "Gets a specific managed instance.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances/:managedInstanceId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." } ] }, "docs": "Gets information about the specified managed instance.\n" }, { "info": { "name": "Update a managed instance.", "type": "http" }, "http": { "method": "PUT", "url": "/20241101/managedInstances/:managedInstanceId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified managed instance information, such as discovery interval and domain search path.\n" }, { "info": { "name": "Scans a managed instance for WebLogic domains.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/managedInstances/:managedInstanceId/actions/scan", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." } ] }, "docs": "Scans a managed instance for WebLogic domains.\n" }, { "info": { "name": "Gets all the scan results for all the servers in the managed instance.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances/:managedInstanceId/scanResults", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeOfServerCheck_ is **descending**.\nDefault order for _serverName_ is **ascending**.\nIf no value is specified, _timeOfServerCheck_ is default.\n" }, { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "wlsDomainId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverName", "value": "", "type": "query", "description": "The name of the server." } ] }, "docs": "Gets all the scan results for all WebLogic servers in the managed instance.\n" }, { "info": { "name": "Gets list of servers in a specific managed instance.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances/:managedInstanceId/servers", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "name", "value": "", "type": "query", "description": "The name of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _name_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "Gets list of servers in a specific managed instance.\n" }, { "info": { "name": "Gets a specific server in a managed instance.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances/:managedInstanceId/servers/:serverId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Gets information about the specified server in a managed instance.\n" }, { "info": { "name": "Gets a list of installed patches on a server in a managed instance.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/managedInstances/:managedInstanceId/servers/:serverId/installedPatches", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managedInstanceId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _displayName_ is default.\n" } ] }, "docs": "Gets a list of installed patches on a server in a managed instance.\n" }, { "info": { "name": "Gets all RequiredPolicies for WLMS.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/requiredPolicies", "headers": [ { "name": "opc-request-id", "value": "" } ] }, "docs": "Gets all the required policies for the WebLogic Management Service.\n" }, { "info": { "name": "Gets the data to be shown in the Overview page of the service in a given compartment.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/resourceInventory", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment that contains the resources to list. This filter returns \nonly resources contained within the specified compartment.\n" } ] }, "docs": "Gets the data to be shown in the Overview page of the service in a given compartment.\n" }, { "info": { "name": "Gets all WebLogic domains in a given compartment.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment that contains the resources to list. This filter returns \nonly resources contained within the specified compartment.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "The display name." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "weblogicVersion", "value": "", "type": "query", "description": "A filter to return WebLogic domains based on the WebLogic version.\n" }, { "name": "middlewareType", "value": "", "type": "query", "description": "A filter to return WebLogic domains based on the type of middleware of the WebLogic domain.\n" }, { "name": "patchReadinessStatus", "value": "", "type": "query", "description": "A filter to return domains based on the patch readiness status.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "Gets all WebLogic domains in a given compartment.\n" }, { "info": { "name": "Gets a specific WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ] }, "docs": "Gets a specific WebLogic domain.\n" }, { "info": { "name": "Update a specific WebLogic domain.", "type": "http" }, "http": { "method": "PUT", "url": "/20241101/wlsDomains/:wlsDomainId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific WebLogic domain.\n" }, { "info": { "name": "Delete the WebLogic domain.", "type": "http" }, "http": { "method": "DELETE", "url": "/20241101/wlsDomains/:wlsDomainId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ] }, "docs": "Delete the WebLogic domain.\n" }, { "info": { "name": "Moves a Wls Domain into a different compartment within the same tenancy.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a WebLogic domain into a different compartment within the same tenancy.\n" }, { "info": { "name": "Install latest patches on a WebLogic domain", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/installLatestPatches", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Install the latest patches on a WebLogic domain.\n" }, { "info": { "name": "Restarts all the servers in the WebLogic domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/restart", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restarts all the servers in the WebLogic domains. Servers that are already stopped are ignored.\n" }, { "info": { "name": "Restore a WebLogic domain from the backup.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/restore", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restore a domain from backup. If the backup contains a MIDDLEWARE asset, then the middleware of the domain, including patches, will be restored.\n" }, { "info": { "name": "Runs a series of checks in the WebLogic domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/scan", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ] }, "docs": "Runs a series of checks in the WebLogic domain.\n" }, { "info": { "name": "Set restart order of servers in specific WebLogic domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/setRestartOrder", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets restart order of servers in specific WebLogic domain.\n" }, { "info": { "name": "Starts all the servers in the WebLogic domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/start", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ] }, "docs": "Starts all the servers in the WebLogic domain. Servers that are already started are ignored.\n" }, { "info": { "name": "Stops all the servers in the WebLogic domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/actions/stop", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stops all the servers in the WebLogic domain. Servers that are already stopped are ignored.\n" }, { "info": { "name": "List the use agreement records for the WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/agreementRecords", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "List the terms of use agreement record for the WebLogic domain.\n" }, { "info": { "name": "Created a use agreement record for a domain.", "type": "http" }, "http": { "method": "POST", "url": "/20241101/wlsDomains/:wlsDomainId/agreementRecords", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a terms of use agreement record for a WebLogic domain.\n" }, { "info": { "name": "Gets the latest patches that can be installed to the WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/applicablePatches", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _displayName_ is default.\n" } ] }, "docs": "Gets the latest patches that can be installed to the WebLogic domains.\n" }, { "info": { "name": "Gets domain credentials of a specific domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/credentials", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." } ] }, "docs": "Gets domain credentials of a specific domain.\n" }, { "info": { "name": "Get WebLogic and Node Manager credentials of a specific WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/credentials/:credentialType", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "credentialType", "value": "", "type": "path", "description": "The type of the credentials." } ] }, "docs": "Gets WebLogic and Node Manager credentials of a specific WebLogic domain.\n" }, { "info": { "name": "Update WebLogic domain credentials of specific WebLogic domain.", "type": "http" }, "http": { "method": "PUT", "url": "/20241101/wlsDomains/:wlsDomainId/credentials/:credentialType", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "credentialType", "value": "", "type": "path", "description": "The type of the credentials." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates WebLogic domain credentials of specific WebLogic domain.\n" }, { "info": { "name": "Get all scan results for a server in a specific WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/scanResults", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverName", "value": "", "type": "query", "description": "The name of the server." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeOfServerCheck_ is **descending**.\nDefault order for _serverName_ is **ascending**.\nIf no value is specified, _timeOfServerCheck_ is default.\n" } ] }, "docs": "Get all scan results for a server in a specific WebLogic domain.\n" }, { "info": { "name": "Gets list of servers in a specific WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "name", "value": "", "type": "query", "description": "The name of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _name_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "Gets list of servers in a specific WebLogic domain.\n" }, { "info": { "name": "Gets a specific server in a WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers/:serverId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Gets information about the specified server in a WebLogic domain.\n" }, { "info": { "name": "List the details of the backup in a server of a WebLogic Domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers/:serverId/backups", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for timeCreated is **descending**.\nIf no value is specified, timeCreated is default.\n" } ] }, "docs": "Gets a list of backups for the server of a specific WebLogic Domain.\n" }, { "info": { "name": "Get details of specific backup for the WebLogic Domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers/:serverId/backups/:backupId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "backupId", "value": "", "type": "path", "description": "The unique identifier of the backup.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Get details of specific backup for the WebLogic Domain.\n" }, { "info": { "name": "Get details of specific backup for the WebLogic Domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers/:serverId/backups/:backupId/content", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "backupId", "value": "", "type": "path", "description": "The unique identifier of the backup.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Get details of specific backup for the WebLogic Domain.\n" }, { "info": { "name": "Gets a list of installed patches on a server in a WebLogic domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/servers/:serverId/installedPatches", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of a server.\n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _displayName_ is default.\n" } ] }, "docs": "Gets a list of installed patches on a server for a domain.\n" }, { "info": { "name": "Gets a list of WebLogic domains that share middleware with a specific domain.", "type": "http" }, "http": { "method": "GET", "url": "/20241101/wlsDomains/:wlsDomainId/wlsDomainsSharingMiddleware", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "wlsDomainId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the WebLogic domain." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field by which to sort the resource. Only one sort order may be provided.\nDefault order for _timeCreated_ is **descending**.\nDefault order for _displayName_ is **ascending**.\nIf no value is specified, _timeCreated_ is default.\n" } ] }, "docs": "Gets a list of WebLogic domains that share middleware with a specific domain.\n" }, { "info": { "name": "List work requests", "type": "http" }, "http": { "method": "GET", "url": "/20241101/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment that contains the resources to list. This filter returns \nonly resources contained within the specified compartment.\n" }, { "name": "workRequestId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only the resources that match the given lifecycle state." }, { "name": "resourceId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Default order for `timeAccepted` is descending.\n" } ] }, "docs": "Lists the work requests in a compartment.\n" }, { "info": { "name": "Get work request status", "type": "http" }, "http": { "method": "GET", "url": "/20241101/workRequests/:workRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." } ] }, "docs": "Gets the details of a work request.\n" }, { "info": { "name": "List work request errors", "type": "http" }, "http": { "method": "GET", "url": "/20241101/workRequests/:workRequestId/errors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Default order for `timestamp` is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." } ] }, "docs": "Lists the errors for a work request.\n" }, { "info": { "name": "List work request logs", "type": "http" }, "http": { "method": "GET", "url": "/20241101/workRequests/:workRequestId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "page", "value": "", "type": "query", "description": "The page token that represents the page at which to start retrieving results. The token is usually retrieved from a previous List call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Default order for `timestamp` is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order is either 'ASC' or 'DESC'." } ] }, "docs": "Lists the logs for a work request.\n" } ] } ], "bundled": true }