Get ScriptType

Get ScriptType

Get script type for id.

Request
URI
GET
https://{api_host}/software-service/api/scripttypes/{id}
COPY
Path Parameters
string
Required

The scriptId.


Responses
200

Success - return script type.

Returns ScriptType of type(s) */*
{
    "name": "string",
    "supportedOsDetails": [
        {
            "execCommand": "string",
            "osFamily": "string",
            "execScript": "string",
            "supportsOutputProps": false,
            "fileExtension": "string",
            "execScriptExtension": "string"
        }
    ]
}
string
name
Optional

name

supportedOsDetails
Required

supportedOsDetails


403

Forbidden.

Operation doesn't return any data structure

404

Script not found.

Operation doesn't return any data structure