Linux Patch Deployment Configuration

A Linux patch deployment configuration defines how a patch deployment will be performed.

Base URL

        https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations

Supported Requests

Method URL Input Return

DELETE

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations/{patch deploy configuration Id}

 

Success code

GET

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations

URL Parameters

LinuxPatchDeployment
Configuration

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations/{patch deploy configuration Id}

 

LinuxPatchDeployment
Configuration

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations/{patch deploy configuration Id}/usedby

 

LinuxPatchDeploy
UsedBy

POST

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations

Request Body

LinuxPatchDeployment
Configuration

PUT

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations/{patch deploy configuration Id}

Request Body

Success code

Input Models

Example with Sample Response

Create a Linux patch deployment configuration

POST Request

https://<consoleFQDN:port>/st/console/api/v1.0/linux/patch/deploymentconfigurations

{ "name": "Sample Linux Patch Deploy Config", "description": "Sample for demonstration purposes"}

Sample Response

Copy
{
    "createdBy": "example\\joe.admin",
    "description": "Sample for demonstration purposes",
    "id": "41bc2c50-441f-4647-9d85-7058a5251b19",
    "isSystem": false,
    "links": {
        "self": {
            "href": "https://device-name.example.com:3121/st/console/api/v1.0/linux/patch/deploymentconfigurations/41bc2c50-441f-4647-9d85-7058a5251b19"
        },
        "usedby": {
            "href": "https://device-name.example.com:3121/st/console/api/v1.0/linux/patch/deploymentconfigurations/41bc2c50-441f-4647-9d85-7058a5251b19/usedby"
        }
    },
    "name": "Sample Linux Patch Deploy Config"
    "options": {
        "deploymentFilterType": "ALL",
        "shouldPostDeployReboot": false
    }
}

Other Request Examples

Output Models