Manage Scripts by ID
Gets and update the details of a script.
Path Parameters
- tenantId
Describes the client ID or msp ID of the tenant. See "Getting Started" guide
- categoryId
Defined category id
- scriptId
Given script id
Responses
- id
- name
- description
- category
- platforms
- parameters
- executionType
- installTimeout
- attachment
- scriptVersion
- registryPath
- registryValue
- processName
- serviceName
Loading Examples...
To update a script:
- Attachment files must be converted to byte stream and base64-encoded. Always include a name and file.
- To get the list of available categories, invoke the Get Categories endpoint.
Path Parameters
- tenantId
Describes the client ID or msp ID of the tenant. See "Getting Started" guide
- categoryId
Defined category id
- scriptId
Given script id
Request Body
application/json
- name
- description
- platforms
- registryPath
- registryValue
- processName
- serviceName
- parameters
- executionType
- installTimeout
- attachment
Loading Examples...
Responses
- id
- name
- description
- category
- platforms
- parameters
- executionType
- installTimeout
- attachment
- scriptVersion
- registryPath
- registryValue
- processName
- serviceName
Loading Examples...