Contentless Linux Patch Deployment Configuration

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

Base URL

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

Supported Requests

Method URL Input Return

DELETE

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

 

Success code

GET

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

URL Parameters

LinuxPatchDeployment
Configuration

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

 

LinuxPatchDeployment
Configuration

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

 

LinuxPatchDeploy
UsedBy

POST

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

Request Body

LinuxPatchDeployment
Configuration

PUT

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

Request Body

Success code

Input Models

Example with Sample Response

Create a contentless Linux patch deployment configuration

POST Request

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

{ "name": "Sample contentless 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/
                contentlesspatchdeploymentconfigurations/41bc2c50-441f-4647-9d85-7058a5251b19"
                },
                "usedby": {
                "href": "https://device-name.example.com:3121/st/console/api/v1.0/linux/
                contentlesspatchdeploymentconfigurations/41bc2c50-441f-4647-9d85-7058a5251b19/usedby"
                }
                },
                "name": "Sample contentless Linux Patch Deploy Config",


                "deploymentFilterType": "ALL",

                "shouldPostDeployReboot": false
            }

Other Request Examples

Output Models