All Products
Search
Document Center

CloudOps Orchestration Service:RegisterDefaultPatchBaseline

Last Updated:Mar 03, 2024

Registers the default patch baseline.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
oos:RegisterDefaultPatchBaselineWrite
  • patchbaseline
    acs:oos:{#regionId}:{#accountId}:patchbaseline/{#patchbaselineName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The ID of the region.

cn-hangzhou
NamestringYes

The name of the patch baseline.

MyPatchBaseline

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

D6850689-348D-59FC-AE13-BB0EDB7C4BE8
PatchBaselineobject

The details of the patch baseline.

OperationSystemstring

The operating system.

Windows
Descriptionstring

The description of the patch baseline.

RegisterPatchBaseline
UpdatedDatestring

The time when the patch baseline was last updated.

2021-09-07T03:42:56Z
UpdatedBystring

The user who last updated the patch baseline.

root(130900000)
CreatedBystring

The user who created the patch baseline.

root(130900000)
CreatedDatestring

The time when the patch baseline was created.

2021-09-07T03:42:56Z
Namestring

The name of the patch baseline.

MyPatchBaseline
ApprovalRulesstring

The rules of scanning and installing patches for the specified operating system.

{"PatchRules":[{"PatchFilterGroup":[{"Key":"PatchSet","Values":["OS"]},{"Key":"ProductFamily","Values":["Windows"]},{"Key":"Product","Values":["Windows 10","Windows 7"]},{"Key":"Classification","Values":["Security Updates","Updates","Update Rollups","Critical Updates"]},{"Key":"Severity","Values":["Critical","Important","Moderate"]}],"ApproveAfterDays":7,"ApproveUntilDate":"","EnableNonSecurity":true,"ComplianceLevel":"Medium"}]}
Idstring

The ID of the patch baseline.

pb-445340b5c6504a85a300
ShareTypestring

The share type of the patch baseline.

Private
ResourceGroupIdstring

The ID of the resource group.

rg-acfm4dpaq2yox6q

Examples

Sample success responses

JSONformat

{
  "RequestId": "D6850689-348D-59FC-AE13-BB0EDB7C4BE8",
  "PatchBaseline": {
    "OperationSystem": "Windows",
    "Description": "RegisterPatchBaseline",
    "UpdatedDate": "2021-09-07T03:42:56Z",
    "UpdatedBy": "root(130900000)",
    "CreatedBy": "root(130900000)",
    "CreatedDate": "2021-09-07T03:42:56Z",
    "Name": "MyPatchBaseline",
    "ApprovalRules": "{\"PatchRules\":[{\"PatchFilterGroup\":[{\"Key\":\"PatchSet\",\"Values\":[\"OS\"]},{\"Key\":\"ProductFamily\",\"Values\":[\"Windows\"]},{\"Key\":\"Product\",\"Values\":[\"Windows 10\",\"Windows 7\"]},{\"Key\":\"Classification\",\"Values\":[\"Security Updates\",\"Updates\",\"Update Rollups\",\"Critical Updates\"]},{\"Key\":\"Severity\",\"Values\":[\"Critical\",\"Important\",\"Moderate\"]}],\"ApproveAfterDays\":7,\"ApproveUntilDate\":\"\",\"EnableNonSecurity\":true,\"ComplianceLevel\":\"Medium\"}]}",
    "Id": "pb-445340b5c6504a85a300",
    "ShareType": "Private",
    "ResourceGroupId": "rg-acfm4dpaq2yox6q"
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-08-11The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.