Returns list of credential profiles.
Since Product Version: 3.2
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (5)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Compliance Service (5)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (9)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (6)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Service (4)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/credentialProfilesManagement/credentialProfilesResponse Parameters
Attribute | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The CLI parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
description String |
The description of the credential profile. |
|||||||||||||||||||||||||
The http/https parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
profileName String |
The name of the credential profile. This field is mandatory. |
|||||||||||||||||||||||||
The SNMP parameters. |
||||||||||||||||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v1/op/credentialProfilesManagement/credentialProfiles
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/credentialProfilesManagement/credentialProfiles" rootUrl="https://localhost/webacs/api/v1/op">
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliPort>15</cliPort>
<cliProtocol>TELNET</cliProtocol>
<cliTimeout>15</cliTimeout>
<cliUsername>String value</cliUsername>
</cliParameters>
<description>String value</description>
<httpParameters>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPassword>String value</httpPassword>
<httpPort>15</httpPort>
<httpProtocol>HTTP</httpProtocol>
<httpUsername>String value</httpUsername>
</httpParameters>
<profileName>String value</profileName>
<snmpParameters>
<readCommunity>String value</readCommunity>
<snmpPort>15</snmpPort>
<snmpRetries>15</snmpRetries>
<snmpTimeout>15</snmpTimeout>
<snmpV3AuthPassword>String value</snmpV3AuthPassword>
<snmpV3AuthType>NONE</snmpV3AuthType>
<snmpV3PrivacyPassword>String value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>NONE</snmpV3PrivacyType>
<snmpV3Username>String value</snmpV3Username>
<snmpVersion>V1</snmpVersion>
<writeCommunity>String value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/credentialProfilesManagement/credentialProfiles.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/credentialProfilesManagement\/credentialProfiles",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"credentialProfilesDTO" : {
"cliParameters" : {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliPort" : 15,
"cliProtocol" : "TELNET",
"cliTimeout" : 15,
"cliUsername" : "String value"
},
"description" : "String value",
"httpParameters" : {
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPassword" : "String value",
"httpPort" : 15,
"httpProtocol" : "HTTP",
"httpUsername" : "String value"
},
"profileName" : "String value",
"snmpParameters" : {
"readCommunity" : "String value",
"snmpPort" : 15,
"snmpRetries" : 15,
"snmpTimeout" : 15,
"snmpV3AuthPassword" : "String value",
"snmpV3AuthType" : "NONE",
"snmpV3PrivacyPassword" : "String value",
"snmpV3PrivacyType" : "NONE",
"snmpV3Username" : "String value",
"snmpVersion" : "V1",
"writeCommunity" : "String value"
}
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v2/op/credentialProfilesManagement/credentialProfiles UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The CLI parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
description String |
The description of the credential profile. |
|||||||||||||||||||||||||
The http/https parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
profileName String |
The name of the credential profile. This field is mandatory. |
|||||||||||||||||||||||||
The SNMP parameters. |
||||||||||||||||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v2/op/credentialProfilesManagement/credentialProfiles
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/credentialProfilesManagement/credentialProfiles" rootUrl="https://localhost/webacs/api/v2/op">
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliPort>15</cliPort>
<cliProtocol>TELNET</cliProtocol>
<cliTimeout>15</cliTimeout>
<cliUsername>String value</cliUsername>
</cliParameters>
<description>String value</description>
<httpParameters>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPassword>String value</httpPassword>
<httpPort>15</httpPort>
<httpProtocol>HTTP</httpProtocol>
<httpUsername>String value</httpUsername>
</httpParameters>
<profileName>String value</profileName>
<snmpParameters>
<readCommunity>String value</readCommunity>
<snmpPort>15</snmpPort>
<snmpRetries>15</snmpRetries>
<snmpTimeout>15</snmpTimeout>
<snmpV3AuthPassword>String value</snmpV3AuthPassword>
<snmpV3AuthType>NONE</snmpV3AuthType>
<snmpV3PrivacyPassword>String value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>NONE</snmpV3PrivacyType>
<snmpV3Username>String value</snmpV3Username>
<snmpVersion>V1</snmpVersion>
<writeCommunity>String value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/credentialProfilesManagement/credentialProfiles.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/credentialProfilesManagement/credentialProfiles",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"credentialProfilesDTO" : [ {
"cliParameters" : {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliPort" : 15,
"cliProtocol" : "TELNET",
"cliTimeout" : 15,
"cliUsername" : "String value"
},
"description" : "String value",
"httpParameters" : {
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPassword" : "String value",
"httpPort" : 15,
"httpProtocol" : "HTTP",
"httpUsername" : "String value"
},
"profileName" : "String value",
"snmpParameters" : {
"readCommunity" : "String value",
"snmpPort" : 15,
"snmpRetries" : 15,
"snmpTimeout" : 15,
"snmpV3AuthPassword" : "String value",
"snmpV3AuthType" : "NONE",
"snmpV3PrivacyPassword" : "String value",
"snmpV3PrivacyType" : "NONE",
"snmpV3Username" : "String value",
"snmpVersion" : "V1",
"writeCommunity" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v3/op/credentialProfilesManagement/credentialProfiles UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The CLI parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
description String |
The description of the credential profile. |
|||||||||||||||||||||||||
The http/https parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
profileName String |
The name of the credential profile. This field is mandatory. |
|||||||||||||||||||||||||
The SNMP parameters. |
||||||||||||||||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v3/op/credentialProfilesManagement/credentialProfiles
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/credentialProfilesManagement/credentialProfiles" rootUrl="https://localhost/webacs/api/v3/op">
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliPort>15</cliPort>
<cliProtocol>TELNET</cliProtocol>
<cliTimeout>15</cliTimeout>
<cliUsername>String value</cliUsername>
</cliParameters>
<description>String value</description>
<httpParameters>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPassword>String value</httpPassword>
<httpPort>15</httpPort>
<httpProtocol>HTTP</httpProtocol>
<httpUsername>String value</httpUsername>
</httpParameters>
<profileName>String value</profileName>
<snmpParameters>
<readCommunity>String value</readCommunity>
<snmpPort>15</snmpPort>
<snmpRetries>15</snmpRetries>
<snmpTimeout>15</snmpTimeout>
<snmpV3AuthPassword>String value</snmpV3AuthPassword>
<snmpV3AuthType>NONE</snmpV3AuthType>
<snmpV3PrivacyPassword>String value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>NONE</snmpV3PrivacyType>
<snmpV3Username>String value</snmpV3Username>
<snmpVersion>V1</snmpVersion>
<writeCommunity>String value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliPort>25</cliPort>
<cliProtocol>SSH</cliProtocol>
<cliTimeout>25</cliTimeout>
<cliUsername>Another string value</cliUsername>
</cliParameters>
<description>Another string value</description>
<httpParameters>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPassword>Another string value</httpPassword>
<httpPort>25</httpPort>
<httpProtocol>HTTPS</httpProtocol>
<httpUsername>Another string value</httpUsername>
</httpParameters>
<profileName>Another string value</profileName>
<snmpParameters>
<readCommunity>Another string value</readCommunity>
<snmpPort>25</snmpPort>
<snmpRetries>25</snmpRetries>
<snmpTimeout>25</snmpTimeout>
<snmpV3AuthPassword>Another string value</snmpV3AuthPassword>
<snmpV3AuthType>HMAC_MD5</snmpV3AuthType>
<snmpV3PrivacyPassword>Another string value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>CBC_DES</snmpV3PrivacyType>
<snmpV3Username>Another string value</snmpV3Username>
<snmpVersion>V2C</snmpVersion>
<writeCommunity>Another string value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/credentialProfilesManagement/credentialProfiles.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/credentialProfilesManagement/credentialProfiles",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"credentialProfilesDTO" : [ {
"cliParameters" : {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliPort" : 15,
"cliProtocol" : "TELNET",
"cliTimeout" : 15,
"cliUsername" : "String value"
},
"description" : "String value",
"httpParameters" : {
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPassword" : "String value",
"httpPort" : 15,
"httpProtocol" : "HTTP",
"httpUsername" : "String value"
},
"profileName" : "String value",
"snmpParameters" : {
"readCommunity" : "String value",
"snmpPort" : 15,
"snmpRetries" : 15,
"snmpTimeout" : 15,
"snmpV3AuthPassword" : "String value",
"snmpV3AuthType" : "NONE",
"snmpV3PrivacyPassword" : "String value",
"snmpV3PrivacyType" : "NONE",
"snmpV3Username" : "String value",
"snmpVersion" : "V1",
"writeCommunity" : "String value"
}
}, {
"cliParameters" : {
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliPort" : 25,
"cliProtocol" : "SSH",
"cliTimeout" : 25,
"cliUsername" : "Another string value"
},
"description" : "Another string value",
"httpParameters" : {
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPassword" : "Another string value",
"httpPort" : 25,
"httpProtocol" : "HTTPS",
"httpUsername" : "Another string value"
},
"profileName" : "Another string value",
"snmpParameters" : {
"readCommunity" : "Another string value",
"snmpPort" : 25,
"snmpRetries" : 25,
"snmpTimeout" : 25,
"snmpV3AuthPassword" : "Another string value",
"snmpV3AuthType" : "HMAC_MD5",
"snmpV3PrivacyPassword" : "Another string value",
"snmpV3PrivacyType" : "CBC_DES",
"snmpV3Username" : "Another string value",
"snmpVersion" : "V2C",
"writeCommunity" : "Another string value"
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v4/op/credentialProfilesManagement/credentialProfiles UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The CLI parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
description String |
The description of the credential profile. |
|||||||||||||||||||||||||
The http/https parameters. |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
profileName String |
The name of the credential profile. This field is mandatory. |
|||||||||||||||||||||||||
The SNMP parameters. |
||||||||||||||||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v4/op/credentialProfilesManagement/credentialProfiles
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/credentialProfilesManagement/credentialProfiles" rootUrl="https://localhost/webacs/api/v4/op">
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliPort>15</cliPort>
<cliProtocol>TELNET</cliProtocol>
<cliTimeout>15</cliTimeout>
<cliUsername>String value</cliUsername>
</cliParameters>
<description>String value</description>
<httpParameters>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPassword>String value</httpPassword>
<httpPort>15</httpPort>
<httpProtocol>HTTP</httpProtocol>
<httpUsername>String value</httpUsername>
</httpParameters>
<profileName>String value</profileName>
<snmpParameters>
<readCommunity>String value</readCommunity>
<snmpPort>15</snmpPort>
<snmpRetries>15</snmpRetries>
<snmpTimeout>15</snmpTimeout>
<snmpV3AuthPassword>String value</snmpV3AuthPassword>
<snmpV3AuthType>NONE</snmpV3AuthType>
<snmpV3PrivacyPassword>String value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>NONE</snmpV3PrivacyType>
<snmpV3Username>String value</snmpV3Username>
<snmpVersion>V1</snmpVersion>
<writeCommunity>String value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
<credentialProfilesDTO>
<cliParameters>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliPort>25</cliPort>
<cliProtocol>SSH</cliProtocol>
<cliTimeout>25</cliTimeout>
<cliUsername>Another string value</cliUsername>
</cliParameters>
<description>Another string value</description>
<httpParameters>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPassword>Another string value</httpPassword>
<httpPort>25</httpPort>
<httpProtocol>HTTPS</httpProtocol>
<httpUsername>Another string value</httpUsername>
</httpParameters>
<profileName>Another string value</profileName>
<snmpParameters>
<readCommunity>Another string value</readCommunity>
<snmpPort>25</snmpPort>
<snmpRetries>25</snmpRetries>
<snmpTimeout>25</snmpTimeout>
<snmpV3AuthPassword>Another string value</snmpV3AuthPassword>
<snmpV3AuthType>HMAC_MD5</snmpV3AuthType>
<snmpV3PrivacyPassword>Another string value</snmpV3PrivacyPassword>
<snmpV3PrivacyType>CBC_DES</snmpV3PrivacyType>
<snmpV3Username>Another string value</snmpV3Username>
<snmpVersion>V2C</snmpVersion>
<writeCommunity>Another string value</writeCommunity>
</snmpParameters>
</credentialProfilesDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/credentialProfilesManagement/credentialProfiles.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/credentialProfilesManagement/credentialProfiles",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"credentialProfilesDTO" : [ {
"cliParameters" : {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliPort" : 15,
"cliProtocol" : "TELNET",
"cliTimeout" : 15,
"cliUsername" : "String value"
},
"description" : "String value",
"httpParameters" : {
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPassword" : "String value",
"httpPort" : 15,
"httpProtocol" : "HTTP",
"httpUsername" : "String value"
},
"profileName" : "String value",
"snmpParameters" : {
"readCommunity" : "String value",
"snmpPort" : 15,
"snmpRetries" : 15,
"snmpTimeout" : 15,
"snmpV3AuthPassword" : "String value",
"snmpV3AuthType" : "NONE",
"snmpV3PrivacyPassword" : "String value",
"snmpV3PrivacyType" : "NONE",
"snmpV3Username" : "String value",
"snmpVersion" : "V1",
"writeCommunity" : "String value"
}
}, {
"cliParameters" : {
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliPort" : 25,
"cliProtocol" : "SSH",
"cliTimeout" : 25,
"cliUsername" : "Another string value"
},
"description" : "Another string value",
"httpParameters" : {
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPassword" : "Another string value",
"httpPort" : 25,
"httpProtocol" : "HTTPS",
"httpUsername" : "Another string value"
},
"profileName" : "Another string value",
"snmpParameters" : {
"readCommunity" : "Another string value",
"snmpPort" : 25,
"snmpRetries" : 25,
"snmpTimeout" : 25,
"snmpV3AuthPassword" : "Another string value",
"snmpV3AuthType" : "HMAC_MD5",
"snmpV3PrivacyPassword" : "Another string value",
"snmpV3PrivacyType" : "CBC_DES",
"snmpV3Username" : "Another string value",
"snmpVersion" : "V2C",
"writeCommunity" : "Another string value"
}
} ]
}
}