Adding a New Extended Attribute for a Package
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, a new extended attribute will be added for the package.
Request Type |
Description |
|||||||||
API |
http://localhost:8086/catalog/ASAddExtendedAttribute/?PackageId=11&AttributeName=Sample&AttributeValue=Admin |
|||||||||
Method |
POST |
|||||||||
Parameters |
List all parameters in the following format:
By providing the package ID, AttributeName, and AttributeValue as input parameters, the new attribute will be added along with the default extended attributes. |
|||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
|||||||||
Response |
Example: http://localhost:8086/catalog/ASAddExtendedAttribute/?PackageId=11&AttributeName=Sample&AttributeValue=Admin Response: <data>Attribute added Successfully</data> |