Find Partition By ID
post
/management/weblogic/{version}/domainConfig/findPartitionByID
Looks up a partition by the partition ID. The ID is a unique string that is NOT necessarily the same as the MBean name.
Request
Supported Media Types
- application/json
Path Parameters
-
version: string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By: string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
Root Schema : Arguments
Type:
object
Title:
Show Source
Arguments
-
id(optional):
string
the id of the partition to find
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
Supported Media Types
- application/json
200 Response
Returns the following fields:
Root Schema : Return
Type:
object
Title:
Show Source
Return
-
return(optional):
array Partition Reference
Title:
Partition Reference
Contains the partition reference.Returns the action's result.
Nested Schema : Partition Reference
Type:
array
Title:
Partition Reference
Contains the partition reference.
Show Source
Returns the action's result.