masterdata.GetMappedMachinesByRegCentID.GetMappedMachinesByRegCentID.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!
GetMappedMachinesByRegCentID:
Admin_GetMappedMachinesByRegCentID_allValid_smoke:
endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId}
uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_01
description: Retrieve mapped machine details by valid regisration centre ID
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentID
outputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentIDResult
input: '{
"regCenterId":"10001"
}'
output: '{
}'
Admin_GetMappedMachinesByRegCentID_Invalid_Invalid_regCenterId:
endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId}
uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_02
description: Retrieve mapped machine details by invalid regisration centre ID
role: admin
restMethod: get
inputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentID
outputTemplate: masterdata/error
input: '{
"regCenterId":"abc"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-030",
"message": "Machine not Found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy