masterdata.DeleteMachine.DeleteMachine.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
DeleteMachine:
MasterData_DeleteMachine_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/machines/{id}
uniqueIdentifier: TC_Masterdata_DeleteMachine_01
description: Delete Machine details with valid data
role: globalAdmin
checkErrorsOnlyInResponse: true
templateFields: []
restMethod: delete
inputTemplate: masterdata/DeleteMachine/deleteMachine
outputTemplate: masterdata/DeleteMachine/deleteMachineResult
input: '{
"id": "$ID:CreateMachine_All_Valid_Smoke_sid_id$"
}'
output: '{
}'
MasterData_DeleteMachine_Invalid_ID:
endPoint: /v1/masterdata/machines/{id}
uniqueIdentifier: TC_Masterdata_DeleteMachine_02
description: Delete Machine with invalid id
role: admin
templateFields: []
restMethod: delete
inputTemplate: masterdata/DeleteMachine/deleteMachine
outputTemplate: masterdata/error
input: '{
"id": "hdhshshsh"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-030",
"message": "Machine not Found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy