Skip to content
Snippets Groups Projects
Commit 958a1de1 authored by Najam UI Hassan's avatar Najam UI Hassan Committed by Giacomo Bernini
Browse files

Json file added ChangeStateRequest

parent e596d00a
No related branches found
No related tags found
2 merge requests!199Merge "3.3.1 dev" into "release 3" master,!1743.3.1 dev sol009
......@@ -391,7 +391,7 @@ Send Post request for Change interface state task
Log Trying to perform a POST for Change interface state task
Set Headers {"Accept": "${ACCEPT_JSON}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"}
${body}= Get File jsons/ManoConfigModificationRequest.json
${body}= Get File jsons/ChangeStateRequest.json
POST ${apiRoot}/${apiName}/${apiMajorVersion}/mano_entity/mano_interfaces/${manoServiceInterfaceId}/change_state ${body}
${output}= Output response
Set Suite Variable ${response} ${output}
......
{
"operationalStateChange":
{
"operationalStateAction":"START"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment