Resources | global | script

script

The script object is used to view the information about pre-seeded scripts. It specifies the script file name without the file extension.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb')

Operational Data

ParameterDescription
name A unique identifier for Class Of Service.
description Description of the script.
majorVersion Major Version for the script.
minorVersion Minor Version for the script.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/script/{name}

  • No labels