iMaster NCE-Campus restricts RESTful APIs. If a client sends aGET requestthat invokes a RESTful API to obtain site information from iMaster NCE-Campus, which of the following fields should be included in the request header?
When invokingRESTful APIsiniMaster NCE-Campus, the client must include theACCESS-TOKENin therequest headerto authenticate the request.
TheACCESS-TOKENis obtained throughauthenticationand is required forAPI access control.
The correct format in the HTTP header is:
Authorization: Bearer ACCESS-TOKEN
Other formats likeACCEPT-TOKEN,X-ACCEPT-TOKEN, andX ACCESS TOKENare not recognized or valid foriMaster NCE-Campus API requests.
Therefore, the correct answer isA.
[Reference:, Huawei iMaster NCE-Campus API Development Guide, Huawei HCIE Datacom Official Certification Guide, ===========, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit