Manage Scripts by ID

Gets and update the details of a script.

Path Parameters

  • tenantIdstringrequired

    Describes the client ID or msp ID of the tenant. See "Getting Started" guide

  • categoryIdstringrequired

    Defined category id

  • scriptIdstringrequired

    Given script id

Responses

  • idinteger

  • namestring

  • descriptionstring

  • categoryobject

  • platformsarray of strings

  • parametersarray

  • executionTypestring

  • installTimeoutinteger

  • attachmentobject

  • scriptVersionstring

  • registryPathstring

  • registryValuestring

  • processNamestring

  • serviceNamestring

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

  • tenantIdstringrequired

    Describes the client ID or msp ID of the tenant. See "Getting Started" guide

  • categoryIdstringrequired

    Defined category id

  • scriptIdstringrequired

    Given script id

Request Body

application/json

  • namestring

  • descriptionstring

  • platformsarray of strings

  • registryPathstring

  • registryValuestring

  • processNamestring

  • serviceNamestring

  • parametersarray

  • executionTypestring

  • installTimeoutnumber

  • attachmentobject

Loading Examples...

Responses

  • idinteger

  • namestring

  • descriptionstring

  • categoryobject

  • platformsarray of strings

  • parametersarray

  • executionTypestring

  • installTimeoutinteger

  • attachmentobject

  • scriptVersionstring

  • registryPathstring

  • registryValuestring

  • processNamestring

  • serviceNamestring

Loading Examples...