HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Partially Edit a Named MPSK Config

Partial edit of a named MPSK config identified by {named_mpsk_id} for an MPSK network config identified by {mpsk_id}.

Path Params
string
required

The MPSK configuration ID

string
required

The Named MPSK Config ID

Query Params
boolean
Defaults to false

If true, a new MPSK password is generated for this named MPSK config.

Body Params

Named MPSK configuration. Only properties that need to be changed are required.

string
required

Name to identify the mpsk password with

string
required

Aruba Role to be assigned to device connected using this MPSK password.

string
required

Named MPSK Status
Status of this named MPSK configuration. Can only be enabled or disabled.
enum: [enabled,disabled]

Responses
204

Edit successful

401

Unauthorized access or Invalid token.

403

Forbidden - not permitted to perform this action.

429

Too many requests.

503

Service Unavailable.

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*